Html Css Color HEX #52B2C8 Viking

📋 copy color: '#52B2C8'

red 82 ◦ green 178 ◦ blue 200

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

Shades of Viking #52B2C8

Tints of Viking #52B2C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.48%

R = 17.83%
G = 38.7%
B = 43.48%

CMYK

 C value IS 0.59

 M value IS 0.11

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#52B2C8 (or 0x52B2C8) is known color: Viking. HEX triplet: 52, B2 and C8. RGB value is (82,178,200). Sum of RGB (Red+Green+Blue) = 82+178+200=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 178 (69.92% from 255 or 38.70% from 460); Blue value is 200 (78.52% from 255 or 43.48% from 460); Max value from RGB is 200 - color contains mainly: blue. Hex color #52B2C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52B2C8 is #AD4D37. Grayscale: #979797. Windows color (decimal): -11357496 or 13152850. OLE color: 13152850.

HSL color Cylindrical-coordinate representation of color #52B2C8: hue angle of 191.19º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52B2C8 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 178 200 -
CMYK 0.59 0.11 0 0.22
HSL 191.19º 0.52% 0.55% -
HSV(B) 191.19º 0.59% 0.78% -
XYZ 29.83 37.8 60.37 -
YUV 151.8 155.2 78.21 -
System Red Green Blue C M Y K H S L
Decimal 82 178 200 0.59 0.11 0 0.22 191.19 0.52 0.55
Hex 52 B2 C8 3B B 0 16 BF 34 37
Octal 122 262 310 73 13 0 26 277 64 67
Binary 1010010 10110010 11001000 111011 1011 0 10110 10111111 110100 110111

Color Harmonies of #52B2C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B2C8

Black with #52B2C8

Text Example


Text Example

White with #52B2C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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