Html Css Color HEX #52AECF Viking

📋 copy color: '#52AECF'

red 82 ◦ green 174 ◦ blue 207

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

Shades of Viking #52AECF

Tints of Viking #52AECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.71%

R = 17.71%
G = 37.58%
B = 44.71%

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

#52AECF (or 0x52AECF) is known color: Viking. HEX triplet: 52, AE and CF. RGB value is (82,174,207). Sum of RGB (Red+Green+Blue) = 82+174+207=463 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.71% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #52AECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AECF is #AD5130. Grayscale: #969696. Windows color (decimal): -11358513 or 13610578. OLE color: 13610578.

HSL color Cylindrical-coordinate representation of color #52AECF: hue angle of 195.84º degrees, saturation: 0.57, 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 #52AECF is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 174 207 -
CMYK 0.60 0.16 0 0.19
HSL 195.84º 0.57% 0.57% -
HSV(B) 195.84º 0.6% 0.81% -
XYZ 29.88 36.57 64.52 -
YUV 150.25 160.02 79.32 -
System Red Green Blue C M Y K H S L
Decimal 82 174 207 0.60 0.16 0 0.19 195.84 0.57 0.57
Hex 52 AE CF 3C 10 0 13 C4 39 39
Octal 122 256 317 74 20 0 23 304 71 71
Binary 1010010 10101110 11001111 111100 10000 0 10011 11000100 111001 111001

Color Harmonies of #52AECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AECF

Black with #52AECF

Text Example


Text Example

White with #52AECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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