Html Css Color HEX #52AECB Viking

📋 copy color: '#52AECB'

red 82 ◦ green 174 ◦ blue 203

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

Shades of Viking #52AECB

Tints of Viking #52AECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.23%

R = 17.86%
G = 37.91%
B = 44.23%

CMYK

 C value IS 0.60

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#52AECB (or 0x52AECB) is known color: Viking. HEX triplet: 52, AE and CB. RGB value is (82,174,203). Sum of RGB (Red+Green+Blue) = 82+174+203=459 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.86% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #52AECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AECB is #AD5134. Grayscale: #959595. Windows color (decimal): -11358517 or 13348434. OLE color: 13348434.

HSL color Cylindrical-coordinate representation of color #52AECB: hue angle of 194.38º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52AECB is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 174 203 -
CMYK 0.60 0.14 0 0.20
HSL 194.38º 0.54% 0.56% -
HSV(B) 194.38º 0.6% 0.8% -
XYZ 29.4 36.38 61.97 -
YUV 149.8 158.02 79.64 -
System Red Green Blue C M Y K H S L
Decimal 82 174 203 0.60 0.14 0 0.20 194.38 0.54 0.56
Hex 52 AE CB 3C E 0 14 C2 36 38
Octal 122 256 313 74 16 0 24 302 66 70
Binary 1010010 10101110 11001011 111100 1110 0 10100 11000010 110110 111000

Color Harmonies of #52AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AECB

Black with #52AECB

Text Example


Text Example

White with #52AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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