Html Css Color HEX #5596DD Picton Blue

📋 copy color: '#5596DD'

red 85 ◦ green 150 ◦ blue 221

#5596DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #5596DD

Tints of Picton Blue #5596DD

RGB

 RED value IS 85 (33.59% from 255) = 18.64%

 GREEN value IS 150 (58.98% from 255) = 32.89%

 BLUE value IS 221 (86.72% from 255) = 48.46%

R = 18.64%
G = 32.89%
B = 48.46%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5596DD (or 0x5596DD) is known color: Picton Blue. HEX triplet: 55, 96 and DD. RGB value is (85,150,221). Sum of RGB (Red+Green+Blue) = 85+150+221=456 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.64% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #5596DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5596DD is #AA6922. Grayscale: #8A8A8A. Windows color (decimal): -11168035 or 14521941. OLE color: 14521941.

HSL color Cylindrical-coordinate representation of color #5596DD: hue angle of 211.32º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5596DD is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 150 221 -
CMYK 0.62 0.32 0 0.13
HSL 211.32º 0.67% 0.6% -
HSV(B) 211.32º 0.62% 0.87% -
XYZ 27.7 28.96 72.54 -
YUV 138.66 174.47 89.73 -
System Red Green Blue C M Y K H S L
Decimal 85 150 221 0.62 0.32 0 0.13 211.32 0.67 0.6
Hex 55 96 DD 3E 20 0 D D3 43 3C
Octal 125 226 335 76 40 0 15 323 103 74
Binary 1010101 10010110 11011101 111110 100000 0 1101 11010011 1000011 111100

Color Harmonies of #5596DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5596DD

Black with #5596DD

Text Example


Text Example

White with #5596DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5596DD; }

 p { color: rgb(85,150,221); }

 H1.HeaderClassName
 {
   color: #5596DD;
 }
 .AnyTagClassName
 {
   color: #5596DD;
 }
</style>

background-color css

<style>
 a { background-color: #5596DD; }

 a { background-color: rgb(85,150,221); }

 div.DivClassName
 {
   background-color: #5596DD;
 }
 .BgClassName
 {
   background-color: #5596DD;
 }
</style>

border-color css

<style>
 span { border-color: #5596DD; }

 span { border-color: rgb(85,150,221); }

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