Html Css Color HEX #57AFCD Viking

📋 copy color: '#57AFCD'

red 87 ◦ green 175 ◦ blue 205

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

Shades of Viking #57AFCD

Tints of Viking #57AFCD

RGB

 RED value IS 87 (34.38% from 255) = 18.63%

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

 BLUE value IS 205 (80.47% from 255) = 43.9%

R = 18.63%
G = 37.47%
B = 43.9%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#57AFCD (or 0x57AFCD) is known color: Viking. HEX triplet: 57, AF and CD. RGB value is (87,175,205). Sum of RGB (Red+Green+Blue) = 87+175+205=467 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.63% from 467); Green value is 175 (68.75% from 255 or 37.47% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #57AFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AFCD is #A85032. Grayscale: #979797. Windows color (decimal): -11030579 or 13479767. OLE color: 13479767.

HSL color Cylindrical-coordinate representation of color #57AFCD: hue angle of 195.25º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57AFCD is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 175 205 -
CMYK 0.58 0.15 0 0.20
HSL 195.25º 0.54% 0.57% -
HSV(B) 195.25º 0.58% 0.8% -
XYZ 30.28 37.09 63.32 -
YUV 152.11 157.85 81.56 -
System Red Green Blue C M Y K H S L
Decimal 87 175 205 0.58 0.15 0 0.20 195.25 0.54 0.57
Hex 57 AF CD 3A F 0 14 C3 36 39
Octal 127 257 315 72 17 0 24 303 66 71
Binary 1010111 10101111 11001101 111010 1111 0 10100 11000011 110110 111001

Color Harmonies of #57AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AFCD

Black with #57AFCD

Text Example


Text Example

White with #57AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57AFCD; }

 p { color: rgb(87,175,205); }

 H1.HeaderClassName
 {
   color: #57AFCD;
 }
 .AnyTagClassName
 {
   color: #57AFCD;
 }
</style>

background-color css

<style>
 a { background-color: #57AFCD; }

 a { background-color: rgb(87,175,205); }

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

border-color css

<style>
 span { border-color: #57AFCD; }

 span { border-color: rgb(87,175,205); }

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