Html Css Color HEX #57AFBE Viking

📋 copy color: '#57AFBE'

red 87 ◦ green 175 ◦ blue 190

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

Shades of Viking #57AFBE

Tints of Viking #57AFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.04%

R = 19.25%
G = 38.72%
B = 42.04%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#57AFBE (or 0x57AFBE) is known color: Viking. HEX triplet: 57, AF and BE. RGB value is (87,175,190). Sum of RGB (Red+Green+Blue) = 87+175+190=452 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.25% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #57AFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AFBE is #A85041. Grayscale: #969696. Windows color (decimal): -11030594 or 12496727. OLE color: 12496727.

HSL color Cylindrical-coordinate representation of color #57AFBE: hue angle of 188.74º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #57AFBE is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 87 175 190 -
CMYK 0.54 0.08 0 0.25
HSL 188.74º 0.44% 0.54% -
HSV(B) 188.74º 0.54% 0.75% -
XYZ 28.55 36.4 54.24 -
YUV 150.4 150.35 82.78 -
System Red Green Blue C M Y K H S L
Decimal 87 175 190 0.54 0.08 0 0.25 188.74 0.44 0.54
Hex 57 AF BE 36 8 0 19 BD 2C 36
Octal 127 257 276 66 10 0 31 275 54 66
Binary 1010111 10101111 10111110 110110 1000 0 11001 10111101 101100 110110

Color Harmonies of #57AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AFBE

Black with #57AFBE

Text Example


Text Example

White with #57AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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