Html Css Color HEX #57ACC1 Viking

📋 copy color: '#57ACC1'

red 87 ◦ green 172 ◦ blue 193

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

Shades of Viking #57ACC1

Tints of Viking #57ACC1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.05%

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

R = 19.25%
G = 38.05%
B = 42.7%

CMYK

 C value IS 0.55

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#57ACC1 (or 0x57ACC1) is known color: Viking. HEX triplet: 57, AC and C1. RGB value is (87,172,193). Sum of RGB (Red+Green+Blue) = 87+172+193=452 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.25% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 193 - color contains mainly: blue. Hex color #57ACC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ACC1 is #A8533E. Grayscale: #949494. Windows color (decimal): -11031359 or 12692567. OLE color: 12692567.

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

Color convert

RGB 87 172 193 -
CMYK 0.55 0.11 0 0.24
HSL 191.89º 0.46% 0.55% -
HSV(B) 191.89º 0.55% 0.76% -
XYZ 28.31 35.38 55.79 -
YUV 148.98 152.84 83.79 -
System Red Green Blue C M Y K H S L
Decimal 87 172 193 0.55 0.11 0 0.24 191.89 0.46 0.55
Hex 57 AC C1 37 B 0 18 C0 2E 37
Octal 127 254 301 67 13 0 30 300 56 67
Binary 1010111 10101100 11000001 110111 1011 0 11000 11000000 101110 110111

Color Harmonies of #57ACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ACC1

Black with #57ACC1

Text Example


Text Example

White with #57ACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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