Html Css Color HEX #52ACCC Viking

📋 copy color: '#52ACCC'

red 82 ◦ green 172 ◦ blue 204

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

Shades of Viking #52ACCC

Tints of Viking #52ACCC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.55%

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

R = 17.9%
G = 37.55%
B = 44.54%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#52ACCC (or 0x52ACCC) is known color: Viking. HEX triplet: 52, AC and CC. RGB value is (82,172,204). Sum of RGB (Red+Green+Blue) = 82+172+204=458 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.90% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #52ACCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ACCC is #AD5333. Grayscale: #949494. Windows color (decimal): -11359028 or 13413458. OLE color: 13413458.

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

Color convert

RGB 82 172 204 -
CMYK 0.60 0.16 0 0.2
HSL 195.74º 0.54% 0.56% -
HSV(B) 195.74º 0.6% 0.8% -
XYZ 29.13 35.66 62.47 -
YUV 148.74 159.18 80.4 -
System Red Green Blue C M Y K H S L
Decimal 82 172 204 0.60 0.16 0 0.2 195.74 0.54 0.56
Hex 52 AC CC 3C 10 0 14 C4 36 38
Octal 122 254 314 74 20 0 24 304 66 70
Binary 1010010 10101100 11001100 111100 10000 0 10100 11000100 110110 111000

Color Harmonies of #52ACCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ACCC

Black with #52ACCC

Text Example


Text Example

White with #52ACCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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