Html Css Color HEX #5593CC Picton Blue

📋 copy color: '#5593CC'

red 85 ◦ green 147 ◦ blue 204

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

Shades of Picton Blue #5593CC

Tints of Picton Blue #5593CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.79%

R = 19.5%
G = 33.72%
B = 46.79%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5593CC (or 0x5593CC) is known color: Picton Blue. HEX triplet: 55, 93 and CC. RGB value is (85,147,204). Sum of RGB (Red+Green+Blue) = 85+147+204=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #5593CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5593CC is #AA6C33. Grayscale: #868686. Windows color (decimal): -11168820 or 13407061. OLE color: 13407061.

HSL color Cylindrical-coordinate representation of color #5593CC: hue angle of 208.74º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5593CC is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 147 204 -
CMYK 0.58 0.28 0 0.2
HSL 208.74º 0.54% 0.57% -
HSV(B) 208.74º 0.58% 0.8% -
XYZ 25.08 27.16 61.05 -
YUV 134.96 166.96 92.37 -
System Red Green Blue C M Y K H S L
Decimal 85 147 204 0.58 0.28 0 0.2 208.74 0.54 0.57
Hex 55 93 CC 3A 1C 0 14 D1 36 39
Octal 125 223 314 72 34 0 24 321 66 71
Binary 1010101 10010011 11001100 111010 11100 0 10100 11010001 110110 111001

Color Harmonies of #5593CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5593CC

Black with #5593CC

Text Example


Text Example

White with #5593CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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