Html Css Color HEX #52BACC Viking

📋 copy color: '#52BACC'

red 82 ◦ green 186 ◦ blue 204

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

Shades of Viking #52BACC

Tints of Viking #52BACC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.41%

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

R = 17.37%
G = 39.41%
B = 43.22%

CMYK

 C value IS 0.60

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#52BACC (or 0x52BACC) is known color: Viking. HEX triplet: 52, BA and CC. RGB value is (82,186,204). Sum of RGB (Red+Green+Blue) = 82+186+204=472 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.37% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #52BACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BACC is #AD4533. Grayscale: #9C9C9C. Windows color (decimal): -11355444 or 13417042. OLE color: 13417042.

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

Color convert

RGB 82 186 204 -
CMYK 0.60 0.09 0 0.2
HSL 188.85º 0.54% 0.56% -
HSV(B) 188.85º 0.6% 0.8% -
XYZ 31.94 41.27 63.41 -
YUV 156.96 154.54 74.54 -
System Red Green Blue C M Y K H S L
Decimal 82 186 204 0.60 0.09 0 0.2 188.85 0.54 0.56
Hex 52 BA CC 3C 9 0 14 BD 36 38
Octal 122 272 314 74 11 0 24 275 66 70
Binary 1010010 10111010 11001100 111100 1001 0 10100 10111101 110110 111000

Color Harmonies of #52BACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BACC

Black with #52BACC

Text Example


Text Example

White with #52BACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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