Html Css Color HEX #53AFCB Viking

📋 copy color: '#53AFCB'

red 83 ◦ green 175 ◦ blue 203

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

Shades of Viking #53AFCB

Tints of Viking #53AFCB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.96%

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

R = 18%
G = 37.96%
B = 44.03%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#53AFCB (or 0x53AFCB) is known color: Viking. HEX triplet: 53, AF and CB. RGB value is (83,175,203). Sum of RGB (Red+Green+Blue) = 83+175+203=461 (61% of max value = 765). Red value is 83 (32.81% from 255 or 18.00% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #53AFCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AFCB is #AC5034. Grayscale: #969696. Windows color (decimal): -11292725 or 13348691. OLE color: 13348691.

HSL color Cylindrical-coordinate representation of color #53AFCB: hue angle of 194º 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 #53AFCB is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 175 203 -
CMYK 0.59 0.14 0 0.20
HSL 194º 0.54% 0.56% -
HSV(B) 194º 0.59% 0.8% -
XYZ 29.68 36.81 62.04 -
YUV 150.68 157.52 79.72 -
System Red Green Blue C M Y K H S L
Decimal 83 175 203 0.59 0.14 0 0.20 194 0.54 0.56
Hex 53 AF CB 3B E 0 14 C2 36 38
Octal 123 257 313 73 16 0 24 302 66 70
Binary 1010011 10101111 11001011 111011 1110 0 10100 11000010 110110 111000

Color Harmonies of #53AFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AFCB

Black with #53AFCB

Text Example


Text Example

White with #53AFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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