Html Css Color HEX #53BACB Viking

📋 copy color: '#53BACB'

red 83 ◦ green 186 ◦ blue 203

#53BACB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #53BACB

Tints of Viking #53BACB

RGB

 RED value IS 83 (32.81% from 255) = 17.58%

 GREEN value IS 186 (73.05% from 255) = 39.41%

 BLUE value IS 203 (79.69% from 255) = 43.01%

R = 17.58%
G = 39.41%
B = 43.01%

CMYK

 C value IS 0.59

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#53BACB (or 0x53BACB) is known color: Viking. HEX triplet: 53, BA and CB. RGB value is (83,186,203). Sum of RGB (Red+Green+Blue) = 83+186+203=472 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.58% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #53BACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BACB is #AC4534. Grayscale: #9C9C9C. Windows color (decimal): -11289909 or 13351507. OLE color: 13351507.

HSL color Cylindrical-coordinate representation of color #53BACB: hue angle of 188.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53BACB is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 186 203 -
CMYK 0.59 0.08 0 0.20
HSL 188.5º 0.54% 0.56% -
HSV(B) 188.5º 0.59% 0.8% -
XYZ 31.91 41.27 62.78 -
YUV 157.14 153.88 75.12 -
System Red Green Blue C M Y K H S L
Decimal 83 186 203 0.59 0.08 0 0.20 188.5 0.54 0.56
Hex 53 BA CB 3B 8 0 14 BC 36 38
Octal 123 272 313 73 10 0 24 274 66 70
Binary 1010011 10111010 11001011 111011 1000 0 10100 10111100 110110 111000

Color Harmonies of #53BACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BACB

Black with #53BACB

Text Example


Text Example

White with #53BACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53BACB; }

 p { color: rgb(83,186,203); }

 H1.HeaderClassName
 {
   color: #53BACB;
 }
 .AnyTagClassName
 {
   color: #53BACB;
 }
</style>

background-color css

<style>
 a { background-color: #53BACB; }

 a { background-color: rgb(83,186,203); }

 div.DivClassName
 {
   background-color: #53BACB;
 }
 .BgClassName
 {
   background-color: #53BACB;
 }
</style>

border-color css

<style>
 span { border-color: #53BACB; }

 span { border-color: rgb(83,186,203); }

 td.TdClassName
 {
   border-color: #53BACB;
 }
 .TagClassName
 {
   border-color: #53BACB;
 }
</style>