#5299CA

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

Shades of Picton Blue #5299CA

Tints of Picton Blue #5299CA

Color information

#5299CA (or 0x5299CA) is unknown color: approx Picton Blue. HEX triplet: 52, 99 and CA. RGB value is (82,153,202). Sum of RGB (Red+Green+Blue) = 82+153+202=437 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.76% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #5299CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5299CA is #AD6635. Grayscale: #898989. Windows color (decimal): -11363894 or 13277522. OLE color: 13277522.

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

Color convert

RGB82153202-
CMYK0.590.2400.21
HSL204.5º53.1%55.69%-
HSV(B)204.5º59.41%79.22%-
XYZ25.5328.8460.1-
YUV137.36164.4888.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.76%
GREEN value IS 153 (60.16% from 255) = 35.01%
BLUE value IS 202 (79.30% from 255) = 46.22%
R=18.76%
G=35.01%
B=46.22%

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
Decimal821532020.590.2400.21204.553.155.69
Hex5299CA3B18015cc3538
Octal12223131273300253146570
Binary101001010011001110010101110111100001010111001100110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5299CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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