Html Css Color HEX #52A8CA Viking

📋 copy color: '#52A8CA'

red 82 ◦ green 168 ◦ blue 202

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

Shades of Viking #52A8CA

Tints of Viking #52A8CA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.17%

 BLUE value IS 202 (79.3% from 255) = 44.69%

R = 18.14%
G = 37.17%
B = 44.69%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#52A8CA (or 0x52A8CA) is known color: Viking. HEX triplet: 52, A8 and CA. RGB value is (82,168,202). Sum of RGB (Red+Green+Blue) = 82+168+202=452 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.14% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #52A8CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A8CA is #AD5735. Grayscale: #919191. Windows color (decimal): -11360054 or 13281362. OLE color: 13281362.

HSL color Cylindrical-coordinate representation of color #52A8CA: hue angle of 197º degrees, saturation: 0.53, 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 #52A8CA is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 168 202 -
CMYK 0.59 0.17 0 0.21
HSL 197º 0.53% 0.56% -
HSV(B) 197º 0.59% 0.79% -
XYZ 28.14 34.06 60.97 -
YUV 146.16 159.51 82.24 -
System Red Green Blue C M Y K H S L
Decimal 82 168 202 0.59 0.17 0 0.21 197 0.53 0.56
Hex 52 A8 CA 3B 11 0 15 C5 35 38
Octal 122 250 312 73 21 0 25 305 65 70
Binary 1010010 10101000 11001010 111011 10001 0 10101 11000101 110101 111000

Color Harmonies of #52A8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A8CA

Black with #52A8CA

Text Example


Text Example

White with #52A8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,168,202); }

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

background-color css

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

 a { background-color: rgb(82,168,202); }

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

border-color css

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

 span { border-color: rgb(82,168,202); }

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