Html Css Color HEX #57B2C4 Viking

📋 copy color: '#57B2C4'

red 87 ◦ green 178 ◦ blue 196

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

Shades of Viking #57B2C4

Tints of Viking #57B2C4

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.61%

 BLUE value IS 196 (76.95% from 255) = 42.52%

R = 18.87%
G = 38.61%
B = 42.52%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#57B2C4 (or 0x57B2C4) is known color: Viking. HEX triplet: 57, B2 and C4. RGB value is (87,178,196). Sum of RGB (Red+Green+Blue) = 87+178+196=461 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.87% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 196 (76.95% from 255 or 42.52% from 461); Max value from RGB is 196 - color contains mainly: blue. Hex color #57B2C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57B2C4 is #A84D3B. Grayscale: #989898. Windows color (decimal): -11029820 or 12890711. OLE color: 12890711.

HSL color Cylindrical-coordinate representation of color #57B2C4: hue angle of 189.91º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57B2C4 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 87 178 196 -
CMYK 0.56 0.09 0 0.23
HSL 189.91º 0.48% 0.55% -
HSV(B) 189.91º 0.56% 0.77% -
XYZ 29.81 37.85 57.96 -
YUV 152.84 152.35 81.04 -
System Red Green Blue C M Y K H S L
Decimal 87 178 196 0.56 0.09 0 0.23 189.91 0.48 0.55
Hex 57 B2 C4 38 9 0 17 BE 30 37
Octal 127 262 304 70 11 0 27 276 60 67
Binary 1010111 10110010 11000100 111000 1001 0 10111 10111110 110000 110111

Color Harmonies of #57B2C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57B2C4

Black with #57B2C4

Text Example


Text Example

White with #57B2C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,178,196); }

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

background-color css

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

 a { background-color: rgb(87,178,196); }

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

border-color css

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

 span { border-color: rgb(87,178,196); }

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