Html Css Color HEX #53ACC2 Viking

📋 copy color: '#53ACC2'

red 83 ◦ green 172 ◦ blue 194

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

Shades of Viking #53ACC2

Tints of Viking #53ACC2

RGB

 RED value IS 83 (32.81% from 255) = 18.49%

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

 BLUE value IS 194 (76.17% from 255) = 43.21%

R = 18.49%
G = 38.31%
B = 43.21%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#53ACC2 (or 0x53ACC2) is known color: Viking. HEX triplet: 53, AC and C2. RGB value is (83,172,194). Sum of RGB (Red+Green+Blue) = 83+172+194=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 194 - color contains mainly: blue. Hex color #53ACC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ACC2 is #AC533D. Grayscale: #939393. Windows color (decimal): -11293502 or 12758099. OLE color: 12758099.

HSL color Cylindrical-coordinate representation of color #53ACC2: hue angle of 191.89º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53ACC2 is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 83 172 194 -
CMYK 0.57 0.11 0 0.24
HSL 191.89º 0.48% 0.54% -
HSV(B) 191.89º 0.57% 0.76% -
XYZ 28.06 35.24 56.36 -
YUV 147.9 154.01 81.71 -
System Red Green Blue C M Y K H S L
Decimal 83 172 194 0.57 0.11 0 0.24 191.89 0.48 0.54
Hex 53 AC C2 39 B 0 18 C0 30 36
Octal 123 254 302 71 13 0 30 300 60 66
Binary 1010011 10101100 11000010 111001 1011 0 11000 11000000 110000 110110

Color Harmonies of #53ACC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ACC2

Black with #53ACC2

Text Example


Text Example

White with #53ACC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53ACC2; }

 p { color: rgb(83,172,194); }

 H1.HeaderClassName
 {
   color: #53ACC2;
 }
 .AnyTagClassName
 {
   color: #53ACC2;
 }
</style>

background-color css

<style>
 a { background-color: #53ACC2; }

 a { background-color: rgb(83,172,194); }

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

border-color css

<style>
 span { border-color: #53ACC2; }

 span { border-color: rgb(83,172,194); }

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