Html Css Color HEX #52BEC0 Viking

📋 copy color: '#52BEC0'

red 82 ◦ green 190 ◦ blue 192

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

Shades of Viking #52BEC0

Tints of Viking #52BEC0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.95%

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

R = 17.67%
G = 40.95%
B = 41.38%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#52BEC0 (or 0x52BEC0) is known color: Viking. HEX triplet: 52, BE and C0. RGB value is (82,190,192). Sum of RGB (Red+Green+Blue) = 82+190+192=464 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.67% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 192 - color contains mainly: blue. Hex color #52BEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BEC0 is #AD413F. Grayscale: #9D9D9D. Windows color (decimal): -11354432 or 12631634. OLE color: 12631634.

HSL color Cylindrical-coordinate representation of color #52BEC0: hue angle of 181.09º 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 #52BEC0 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 190 192 -
CMYK 0.57 0.01 0 0.25
HSL 181.09º 0.47% 0.54% -
HSV(B) 181.09º 0.57% 0.75% -
XYZ 31.41 42.43 56.4 -
YUV 157.94 147.22 73.84 -
System Red Green Blue C M Y K H S L
Decimal 82 190 192 0.57 0.01 0 0.25 181.09 0.47 0.54
Hex 52 BE C0 39 1 0 19 B5 2F 36
Octal 122 276 300 71 1 0 31 265 57 66
Binary 1010010 10111110 11000000 111001 1 0 11001 10110101 101111 110110

Color Harmonies of #52BEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BEC0

Black with #52BEC0

Text Example


Text Example

White with #52BEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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