Html Css Color HEX #57B7C6 Viking

📋 copy color: '#57B7C6'

red 87 ◦ green 183 ◦ blue 198

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

Shades of Viking #57B7C6

Tints of Viking #57B7C6

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.1%

 BLUE value IS 198 (77.73% from 255) = 42.31%

R = 18.59%
G = 39.1%
B = 42.31%

CMYK

 C value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#57B7C6 (or 0x57B7C6) is known color: Viking. HEX triplet: 57, B7 and C6. RGB value is (87,183,198). Sum of RGB (Red+Green+Blue) = 87+183+198=468 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.59% from 468); Green value is 183 (71.88% from 255 or 39.10% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 198 - color contains mainly: blue. Hex color #57B7C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57B7C6 is #A84839. Grayscale: #9B9B9B. Windows color (decimal): -11028538 or 13023063. OLE color: 13023063.

HSL color Cylindrical-coordinate representation of color #57B7C6: hue angle of 188.11º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57B7C6 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 87 183 198 -
CMYK 0.56 0.08 0 0.22
HSL 188.11º 0.49% 0.56% -
HSV(B) 188.11º 0.56% 0.78% -
XYZ 31.06 39.97 59.5 -
YUV 156.01 151.7 78.78 -
System Red Green Blue C M Y K H S L
Decimal 87 183 198 0.56 0.08 0 0.22 188.11 0.49 0.56
Hex 57 B7 C6 38 8 0 16 BC 31 38
Octal 127 267 306 70 10 0 26 274 61 70
Binary 1010111 10110111 11000110 111000 1000 0 10110 10111100 110001 111000

Color Harmonies of #57B7C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57B7C6

Black with #57B7C6

Text Example


Text Example

White with #57B7C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,183,198); }

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

background-color css

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

 a { background-color: rgb(87,183,198); }

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

border-color css

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

 span { border-color: rgb(87,183,198); }

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