#52BBC3

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

Shades of Viking #52BBC3

Tints of Viking #52BBC3

Color information

#52BBC3 (or 0x52BBC3) is unknown color: approx Viking. HEX triplet: 52, BB and C3. RGB value is (82,187,195). Sum of RGB (Red+Green+Blue) = 82+187+195=464 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.67% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 195 (76.56% from 255 or 42.03% from 464); Max value from RGB is 195 - color contains mainly: blue. Hex color #52BBC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BBC3 is #AD443C. Grayscale: #9C9C9C. Windows color (decimal): -11355197 or 12827474. OLE color: 12827474.

HSL color Cylindrical-coordinate representation of color #52BBC3: hue angle of 184.25º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52BBC3 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB82187195-
CMYK0.580.0400.24
HSL184.25º48.5%54.31%-
HSV(B)184.25º57.95%76.47%-
XYZ31.141.2757.96-
YUV156.52149.7174.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.67%
GREEN value IS 187 (73.44% from 255) = 40.30%
BLUE value IS 195 (76.56% from 255) = 42.03%
R=17.67%
G=40.30%
B=42.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal821871950.580.0400.24184.2548.554.31
Hex52BBC33A4018b83036
Octal1222733037240302706066
Binary1010010101110111100001111101010001100010111000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,187,195); }

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

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

 a { background-color: rgb(82,187,195); }

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

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

 span { border-color: rgb(82,187,195); }

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