Html Css Color HEX #57BEC6 Viking

📋 copy color: '#57BEC6'

red 87 ◦ green 190 ◦ blue 198

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

Shades of Viking #57BEC6

Tints of Viking #57BEC6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40%

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

R = 18.32%
G = 40%
B = 41.68%

CMYK

 C value IS 0.56

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#57BEC6 (or 0x57BEC6) is known color: Viking. HEX triplet: 57, BE and C6. RGB value is (87,190,198). Sum of RGB (Red+Green+Blue) = 87+190+198=475 (62% of max value = 765). Red value is 87 (34.38% from 255 or 18.32% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 198 - color contains mainly: blue. Hex color #57BEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57BEC6 is #A84139. Grayscale: #9F9F9F. Windows color (decimal): -11026746 or 13024855. OLE color: 13024855.

HSL color Cylindrical-coordinate representation of color #57BEC6: hue angle of 184.32º 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 #57BEC6 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 87 190 198 -
CMYK 0.56 0.04 0 0.22
HSL 184.32º 0.49% 0.56% -
HSV(B) 184.32º 0.56% 0.78% -
XYZ 32.54 42.93 60 -
YUV 160.12 149.38 75.85 -
System Red Green Blue C M Y K H S L
Decimal 87 190 198 0.56 0.04 0 0.22 184.32 0.49 0.56
Hex 57 BE C6 38 4 0 16 B8 31 38
Octal 127 276 306 70 4 0 26 270 61 70
Binary 1010111 10111110 11000110 111000 100 0 10110 10111000 110001 111000

Color Harmonies of #57BEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57BEC6

Black with #57BEC6

Text Example


Text Example

White with #57BEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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