Html Css Color HEX #52AECE Viking

📋 copy color: '#52AECE'

red 82 ◦ green 174 ◦ blue 206

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

Shades of Viking #52AECE

Tints of Viking #52AECE

RGB

 RED value IS 82 (32.42% from 255) = 17.75%

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

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

R = 17.75%
G = 37.66%
B = 44.59%

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

#52AECE (or 0x52AECE) is known color: Viking. HEX triplet: 52, AE and CE. RGB value is (82,174,206). Sum of RGB (Red+Green+Blue) = 82+174+206=462 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.75% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #52AECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AECE is #AD5131. Grayscale: #959595. Windows color (decimal): -11358514 or 13545042. OLE color: 13545042.

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

Color convert

RGB 82 174 206 -
CMYK 0.60 0.16 0 0.19
HSL 195.48º 0.56% 0.56% -
HSV(B) 195.48º 0.6% 0.81% -
XYZ 29.76 36.52 63.87 -
YUV 150.14 159.52 79.4 -
System Red Green Blue C M Y K H S L
Decimal 82 174 206 0.60 0.16 0 0.19 195.48 0.56 0.56
Hex 52 AE CE 3C 10 0 13 C3 38 38
Octal 122 256 316 74 20 0 23 303 70 70
Binary 1010010 10101110 11001110 111100 10000 0 10011 11000011 111000 111000

Color Harmonies of #52AECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AECE

Black with #52AECE

Text Example


Text Example

White with #52AECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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