Html Css Color HEX #53AEC9 Viking

📋 copy color: '#53AEC9'

red 83 ◦ green 174 ◦ blue 201

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

Shades of Viking #53AEC9

Tints of Viking #53AEC9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.99%

 BLUE value IS 201 (78.91% from 255) = 43.89%

R = 18.12%
G = 37.99%
B = 43.89%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#53AEC9 (or 0x53AEC9) is known color: Viking. HEX triplet: 53, AE and C9. RGB value is (83,174,201). Sum of RGB (Red+Green+Blue) = 83+174+201=458 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.12% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 201 - color contains mainly: blue. Hex color #53AEC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AEC9 is #AC5136. Grayscale: #959595. Windows color (decimal): -11292983 or 13217363. OLE color: 13217363.

HSL color Cylindrical-coordinate representation of color #53AEC9: hue angle of 193.73º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53AEC9 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 83 174 201 -
CMYK 0.59 0.13 0 0.21
HSL 193.73º 0.52% 0.56% -
HSV(B) 193.73º 0.59% 0.79% -
XYZ 29.25 36.33 60.73 -
YUV 149.87 156.85 80.3 -
System Red Green Blue C M Y K H S L
Decimal 83 174 201 0.59 0.13 0 0.21 193.73 0.52 0.56
Hex 53 AE C9 3B D 0 15 C2 34 38
Octal 123 256 311 73 15 0 25 302 64 70
Binary 1010011 10101110 11001001 111011 1101 0 10101 11000010 110100 111000

Color Harmonies of #53AEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AEC9

Black with #53AEC9

Text Example


Text Example

White with #53AEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,174,201); }

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

background-color css

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

 a { background-color: rgb(83,174,201); }

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

border-color css

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

 span { border-color: rgb(83,174,201); }

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