Html Css Color HEX #57AFC3 Viking

📋 copy color: '#57AFC3'

red 87 ◦ green 175 ◦ blue 195

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

Shades of Viking #57AFC3

Tints of Viking #57AFC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.67%

R = 19.04%
G = 38.29%
B = 42.67%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#57AFC3 (or 0x57AFC3) is known color: Viking. HEX triplet: 57, AF and C3. RGB value is (87,175,195). Sum of RGB (Red+Green+Blue) = 87+175+195=457 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.04% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 195 (76.56% from 255 or 42.67% from 457); Max value from RGB is 195 - color contains mainly: blue. Hex color #57AFC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AFC3 is #A8503C. Grayscale: #969696. Windows color (decimal): -11030589 or 12824407. OLE color: 12824407.

HSL color Cylindrical-coordinate representation of color #57AFC3: hue angle of 191.11º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57AFC3 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 87 175 195 -
CMYK 0.55 0.10 0 0.24
HSL 191.11º 0.47% 0.55% -
HSV(B) 191.11º 0.55% 0.76% -
XYZ 29.11 36.63 57.17 -
YUV 150.97 152.85 82.37 -
System Red Green Blue C M Y K H S L
Decimal 87 175 195 0.55 0.10 0 0.24 191.11 0.47 0.55
Hex 57 AF C3 37 A 0 18 BF 2F 37
Octal 127 257 303 67 12 0 30 277 57 67
Binary 1010111 10101111 11000011 110111 1010 0 11000 10111111 101111 110111

Color Harmonies of #57AFC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AFC3

Black with #57AFC3

Text Example


Text Example

White with #57AFC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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