#52B0BE

Color #52B0BE Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #52B0BE

Tints of Viking #52B0BE

Color information

#52B0BE (or 0x52B0BE) is unknown color: approx Viking. HEX triplet: 52, B0 and BE. RGB value is (82,176,190). Sum of RGB (Red+Green+Blue) = 82+176+190=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #52B0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52B0BE is #AD4F41. Grayscale: #959595. Windows color (decimal): -11358018 or 12496978. OLE color: 12496978.

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

Color convert

RGB82176190-
CMYK0.570.0700.25
HSL187.78º45.38%53.33%-
HSV(B)187.78º56.84%74.51%-
XYZ28.336.5654.28-
YUV149.49150.8679.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.30%
GREEN value IS 176 (69.14% from 255) = 39.29%
BLUE value IS 190 (74.61% from 255) = 42.41%
R=18.30%
G=39.29%
B=42.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821761900.570.0700.25187.7845.3853.33
Hex52B0BE397019bc2d35
Octal1222602767170312745565
Binary1010010101100001011111011100111101100110111100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #52B0BE;
 }
 .AnyTagClassName
 {
   color: #52B0BE;
 }
</style>
background-color css

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

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

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

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

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

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