Html Css Color HEX #57B2C1 Viking

📋 copy color: '#57B2C1'

red 87 ◦ green 178 ◦ blue 193

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

Shades of Viking #57B2C1

Tints of Viking #57B2C1

RGB

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

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

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

R = 19%
G = 38.86%
B = 42.14%

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

#57B2C1 (or 0x57B2C1) is known color: Viking. HEX triplet: 57, B2 and C1. RGB value is (87,178,193). Sum of RGB (Red+Green+Blue) = 87+178+193=458 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.00% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 193 - color contains mainly: blue. Hex color #57B2C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57B2C1 is #A84D3E. Grayscale: #989898. Windows color (decimal): -11029823 or 12694103. OLE color: 12694103.

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

Color convert

RGB 87 178 193 -
CMYK 0.55 0.08 0 0.24
HSL 188.49º 0.46% 0.55% -
HSV(B) 188.49º 0.55% 0.76% -
XYZ 29.48 37.72 56.18 -
YUV 152.5 150.85 81.28 -
System Red Green Blue C M Y K H S L
Decimal 87 178 193 0.55 0.08 0 0.24 188.49 0.46 0.55
Hex 57 B2 C1 37 8 0 18 BC 2E 37
Octal 127 262 301 67 10 0 30 274 56 67
Binary 1010111 10110010 11000001 110111 1000 0 11000 10111100 101110 110111

Color Harmonies of #57B2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57B2C1

Black with #57B2C1

Text Example


Text Example

White with #57B2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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