Html Css Color HEX #52B2CC Viking

📋 copy color: '#52B2CC'

red 82 ◦ green 178 ◦ blue 204

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

Shades of Viking #52B2CC

Tints of Viking #52B2CC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.36%

 BLUE value IS 204 (80.08% from 255) = 43.97%

R = 17.67%
G = 38.36%
B = 43.97%

CMYK

 C value IS 0.60

 M value IS 0.13

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#52B2CC (or 0x52B2CC) is known color: Viking. HEX triplet: 52, B2 and CC. RGB value is (82,178,204). Sum of RGB (Red+Green+Blue) = 82+178+204=464 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.67% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #52B2CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52B2CC is #AD4D33. Grayscale: #989898. Windows color (decimal): -11357492 or 13414994. OLE color: 13414994.

HSL color Cylindrical-coordinate representation of color #52B2CC: hue angle of 192.79º 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 #52B2CC is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 82 178 204 -
CMYK 0.60 0.13 0 0.2
HSL 192.79º 0.54% 0.56% -
HSV(B) 192.79º 0.6% 0.8% -
XYZ 30.3 37.99 62.86 -
YUV 152.26 157.2 77.89 -
System Red Green Blue C M Y K H S L
Decimal 82 178 204 0.60 0.13 0 0.2 192.79 0.54 0.56
Hex 52 B2 CC 3C D 0 14 C1 36 38
Octal 122 262 314 74 15 0 24 301 66 70
Binary 1010010 10110010 11001100 111100 1101 0 10100 11000001 110110 111000

Color Harmonies of #52B2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B2CC

Black with #52B2CC

Text Example


Text Example

White with #52B2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,178,204); }

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

background-color css

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

 a { background-color: rgb(82,178,204); }

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

border-color css

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

 span { border-color: rgb(82,178,204); }

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