Html Css Color HEX #5593DD Picton Blue

📋 copy color: '#5593DD'

red 85 ◦ green 147 ◦ blue 221

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

Shades of Picton Blue #5593DD

Tints of Picton Blue #5593DD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.45%

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

R = 18.76%
G = 32.45%
B = 48.79%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5593DD (or 0x5593DD) is known color: Picton Blue. HEX triplet: 55, 93 and DD. RGB value is (85,147,221). Sum of RGB (Red+Green+Blue) = 85+147+221=453 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.76% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #5593DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5593DD is #AA6C22. Grayscale: #888888. Windows color (decimal): -11168803 or 14521173. OLE color: 14521173.

HSL color Cylindrical-coordinate representation of color #5593DD: hue angle of 212.65º 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 #5593DD is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 147 221 -
CMYK 0.62 0.33 0 0.13
HSL 212.65º 0.67% 0.6% -
HSV(B) 212.65º 0.62% 0.87% -
XYZ 27.23 28.02 72.38 -
YUV 136.9 175.46 90.98 -
System Red Green Blue C M Y K H S L
Decimal 85 147 221 0.62 0.33 0 0.13 212.65 0.67 0.6
Hex 55 93 DD 3E 21 0 D D5 43 3C
Octal 125 223 335 76 41 0 15 325 103 74
Binary 1010101 10010011 11011101 111110 100001 0 1101 11010101 1000011 111100

Color Harmonies of #5593DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5593DD

Black with #5593DD

Text Example


Text Example

White with #5593DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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