Html Css Color HEX #5593CF Picton Blue

📋 copy color: '#5593CF'

red 85 ◦ green 147 ◦ blue 207

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

Shades of Picton Blue #5593CF

Tints of Picton Blue #5593CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.15%

R = 19.36%
G = 33.49%
B = 47.15%

CMYK

 C value IS 0.59

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5593CF (or 0x5593CF) is known color: Picton Blue. HEX triplet: 55, 93 and CF. RGB value is (85,147,207). Sum of RGB (Red+Green+Blue) = 85+147+207=439 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.36% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #5593CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5593CF is #AA6C30. Grayscale: #878787. Windows color (decimal): -11168817 or 13603669. OLE color: 13603669.

HSL color Cylindrical-coordinate representation of color #5593CF: hue angle of 209.51º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5593CF is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 147 207 -
CMYK 0.59 0.29 0 0.19
HSL 209.51º 0.56% 0.57% -
HSV(B) 209.51º 0.59% 0.81% -
XYZ 25.44 27.3 62.96 -
YUV 135.3 168.46 92.12 -
System Red Green Blue C M Y K H S L
Decimal 85 147 207 0.59 0.29 0 0.19 209.51 0.56 0.57
Hex 55 93 CF 3B 1D 0 13 D2 38 39
Octal 125 223 317 73 35 0 23 322 70 71
Binary 1010101 10010011 11001111 111011 11101 0 10011 11010010 111000 111001

Color Harmonies of #5593CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5593CF

Black with #5593CF

Text Example


Text Example

White with #5593CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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