#5299C9

Color #5299C9 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #5299C9

Tints of Picton Blue #5299C9

Color information

#5299C9 (or 0x5299C9) is unknown color: approx Picton Blue. HEX triplet: 52, 99 and C9. RGB value is (82,153,201). Sum of RGB (Red+Green+Blue) = 82+153+201=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 201 (78.91% from 255 or 46.10% from 436); Max value from RGB is 201 - color contains mainly: blue. Hex color #5299C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5299C9 is #AD6636. Grayscale: #888888. Windows color (decimal): -11363895 or 13211986. OLE color: 13211986.

HSL color Cylindrical-coordinate representation of color #5299C9: hue angle of 204.2º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5299C9 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB82153201-
CMYK0.590.2400.21
HSL204.2º52.42%55.49%-
HSV(B)204.2º59.2%78.82%-
XYZ25.4128.7959.48-
YUV137.24163.9888.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.81%
GREEN value IS 153 (60.16% from 255) = 35.09%
BLUE value IS 201 (78.91% from 255) = 46.10%
R=18.81%
G=35.09%
B=46.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal821532010.590.2400.21204.252.4255.49
Hex5299C93B18015cc3437
Octal12223131173300253146467
Binary101001010011001110010011110111100001010111001100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5299C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5299C9; }

 p { color: rgb(82,153,201); }

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

<style>
 a { background-color: #5299C9; }

 a { background-color: rgb(82,153,201); }

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

<style>
 span { border-color: #5299C9; }

 span { border-color: rgb(82,153,201); }

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