Html Css Color HEX #57B1C1 Viking

📋 copy color: '#57B1C1'

red 87 ◦ green 177 ◦ blue 193

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

Shades of Viking #57B1C1

Tints of Viking #57B1C1

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.73%

 BLUE value IS 193 (75.78% from 255) = 42.23%

R = 19.04%
G = 38.73%
B = 42.23%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#57B1C1 (or 0x57B1C1) is known color: Viking. HEX triplet: 57, B1 and C1. RGB value is (87,177,193). Sum of RGB (Red+Green+Blue) = 87+177+193=457 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.04% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 193 - color contains mainly: blue. Hex color #57B1C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57B1C1 is #A84E3E. Grayscale: #979797. Windows color (decimal): -11030079 or 12693847. OLE color: 12693847.

HSL color Cylindrical-coordinate representation of color #57B1C1: hue angle of 189.06º degrees, saturation: 0.46, 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 #57B1C1 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 87 177 193 -
CMYK 0.55 0.08 0 0.24
HSL 189.06º 0.46% 0.55% -
HSV(B) 189.06º 0.55% 0.76% -
XYZ 29.28 37.32 56.11 -
YUV 151.91 151.18 81.7 -
System Red Green Blue C M Y K H S L
Decimal 87 177 193 0.55 0.08 0 0.24 189.06 0.46 0.55
Hex 57 B1 C1 37 8 0 18 BD 2E 37
Octal 127 261 301 67 10 0 30 275 56 67
Binary 1010111 10110001 11000001 110111 1000 0 11000 10111101 101110 110111

Color Harmonies of #57B1C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57B1C1

Black with #57B1C1

Text Example


Text Example

White with #57B1C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,177,193); }

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

background-color css

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

 a { background-color: rgb(87,177,193); }

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

border-color css

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

 span { border-color: rgb(87,177,193); }

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