Html Css Color HEX #53AECE Viking

📋 copy color: '#53AECE'

red 83 ◦ green 174 ◦ blue 206

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

Shades of Viking #53AECE

Tints of Viking #53AECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.49%

R = 17.93%
G = 37.58%
B = 44.49%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#53AECE (or 0x53AECE) is known color: Viking. HEX triplet: 53, AE and CE. RGB value is (83,174,206). Sum of RGB (Red+Green+Blue) = 83+174+206=463 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.93% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #53AECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AECE is #AC5131. Grayscale: #969696. Windows color (decimal): -11292978 or 13545043. OLE color: 13545043.

HSL color Cylindrical-coordinate representation of color #53AECE: hue angle of 195.61º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53AECE is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 174 206 -
CMYK 0.60 0.16 0 0.19
HSL 195.61º 0.56% 0.57% -
HSV(B) 195.61º 0.6% 0.81% -
XYZ 29.84 36.57 63.88 -
YUV 150.44 159.35 79.9 -
System Red Green Blue C M Y K H S L
Decimal 83 174 206 0.60 0.16 0 0.19 195.61 0.56 0.57
Hex 53 AE CE 3C 10 0 13 C4 38 39
Octal 123 256 316 74 20 0 23 304 70 71
Binary 1010011 10101110 11001110 111100 10000 0 10011 11000100 111000 111001

Color Harmonies of #53AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AECE

Black with #53AECE

Text Example


Text Example

White with #53AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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