#52B3CF

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

Shades of Viking #52B3CF

Tints of Viking #52B3CF

Color information

#52B3CF (or 0x52B3CF) is unknown color: approx Viking. HEX triplet: 52, B3 and CF. RGB value is (82,179,207). Sum of RGB (Red+Green+Blue) = 82+179+207=468 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.52% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #52B3CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52B3CF is #AD4C30. Grayscale: #989898. Windows color (decimal): -11357233 or 13611858. OLE color: 13611858.

HSL color Cylindrical-coordinate representation of color #52B3CF: hue angle of 193.44º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52B3CF is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB82179207-
CMYK0.600.1400.19
HSL193.44º56.56%56.67%-
HSV(B)193.44º60.39%81.18%-
XYZ30.8638.5464.84-
YUV153.19158.3677.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.52%
GREEN value IS 179 (70.31% from 255) = 38.25%
BLUE value IS 207 (81.25% from 255) = 44.23%
R=17.52%
G=38.25%
B=44.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal821792070.600.1400.19193.4456.5656.67
Hex52B3CF3CE013c13939
Octal12226331774160233017171
Binary10100101011001111001111111100111001001111000001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52B3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,179,207); }

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

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

 a { background-color: rgb(82,179,207); }

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

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

 span { border-color: rgb(82,179,207); }

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