Html Css Color HEX #52B4DB Viking

📋 copy color: '#52B4DB'

red 82 ◦ green 180 ◦ blue 219

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

Shades of Viking #52B4DB

Tints of Viking #52B4DB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.42%

 BLUE value IS 219 (85.94% from 255) = 45.53%

R = 17.05%
G = 37.42%
B = 45.53%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#52B4DB (or 0x52B4DB) is known color: Viking. HEX triplet: 52, B4 and DB. RGB value is (82,180,219). Sum of RGB (Red+Green+Blue) = 82+180+219=481 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.05% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #52B4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B4DB is #AD4B24. Grayscale: #9A9A9A. Windows color (decimal): -11356965 or 14398546. OLE color: 14398546.

HSL color Cylindrical-coordinate representation of color #52B4DB: hue angle of 197.08º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52B4DB is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 180 219 -
CMYK 0.63 0.18 0 0.14
HSL 197.08º 0.66% 0.59% -
HSV(B) 197.08º 0.63% 0.86% -
XYZ 32.59 39.55 72.93 -
YUV 155.14 164.03 75.83 -
System Red Green Blue C M Y K H S L
Decimal 82 180 219 0.63 0.18 0 0.14 197.08 0.66 0.59
Hex 52 B4 DB 3F 12 0 E C5 42 3B
Octal 122 264 333 77 22 0 16 305 102 73
Binary 1010010 10110100 11011011 111111 10010 0 1110 11000101 1000010 111011

Color Harmonies of #52B4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B4DB

Black with #52B4DB

Text Example


Text Example

White with #52B4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,180,219); }

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

background-color css

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

 a { background-color: rgb(82,180,219); }

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

border-color css

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

 span { border-color: rgb(82,180,219); }

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