Html Css Color HEX #52BCC0 Viking

📋 copy color: '#52BCC0'

red 82 ◦ green 188 ◦ blue 192

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

Shades of Viking #52BCC0

Tints of Viking #52BCC0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.69%

 BLUE value IS 192 (75.39% from 255) = 41.56%

R = 17.75%
G = 40.69%
B = 41.56%

CMYK

 C value IS 0.57

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#52BCC0 (or 0x52BCC0) is known color: Viking. HEX triplet: 52, BC and C0. RGB value is (82,188,192). Sum of RGB (Red+Green+Blue) = 82+188+192=462 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.75% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 192 - color contains mainly: blue. Hex color #52BCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BCC0 is #AD433F. Grayscale: #9C9C9C. Windows color (decimal): -11354944 or 12631122. OLE color: 12631122.

HSL color Cylindrical-coordinate representation of color #52BCC0: hue angle of 182.18º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BCC0 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 188 192 -
CMYK 0.57 0.02 0 0.25
HSL 182.18º 0.47% 0.54% -
HSV(B) 182.18º 0.57% 0.75% -
XYZ 30.98 41.57 56.26 -
YUV 156.76 147.88 74.67 -
System Red Green Blue C M Y K H S L
Decimal 82 188 192 0.57 0.02 0 0.25 182.18 0.47 0.54
Hex 52 BC C0 39 2 0 19 B6 2F 36
Octal 122 274 300 71 2 0 31 266 57 66
Binary 1010010 10111100 11000000 111001 10 0 11001 10110110 101111 110110

Color Harmonies of #52BCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BCC0

Black with #52BCC0

Text Example


Text Example

White with #52BCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,188,192); }

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

background-color css

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

 a { background-color: rgb(82,188,192); }

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

border-color css

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

 span { border-color: rgb(82,188,192); }

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