#0536C5

Color #0536C5 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #0536C5

Tints of Persian Blue #0536C5

Color information

#0536C5 (or 0x0536C5) is unknown color: approx Persian Blue. HEX triplet: 05, 36 and C5. RGB value is (5,54,197). Sum of RGB (Red+Green+Blue) = 5+54+197=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 197 (77.34% from 255 or 76.95% from 256); Max value from RGB is 197 - color contains mainly: blue. Hex color #0536C5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0536C5 is #FAC93A. Grayscale: #373737. Windows color (decimal): -16435515 or 12924421. OLE color: 12924421.

HSL color Cylindrical-coordinate representation of color #0536C5: hue angle of 224.69º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0536C5 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB554197-
CMYK0.970.7300.23
HSL224.69º95.05%39.61%-
HSV(B)224.69º97.46%77.25%-
XYZ11.466.753.51-
YUV55.65207.7791.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.95%
GREEN value IS 54 (21.48% from 255) = 21.09%
BLUE value IS 197 (77.34% from 255) = 76.95%
R=1.95%
G=21.09%
B=76.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal5541970.970.7300.23224.6995.0539.61
Hex536C56149017e15f28
Octal56630514111102734113750
Binary1011101101100010111000011001001010111111000011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0536C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0536C5; }

 p { color: rgb(5,54,197); }

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

<style>
 a { background-color: #0536C5; }

 a { background-color: rgb(5,54,197); }

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

<style>
 span { border-color: #0536C5; }

 span { border-color: rgb(5,54,197); }

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