Html Css Color HEX #5993CF Picton Blue

📋 copy color: '#5993CF'

red 89 ◦ green 147 ◦ blue 207

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

Shades of Picton Blue #5993CF

Tints of Picton Blue #5993CF

RGB

 RED value IS 89 (35.16% from 255) = 20.09%

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

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

R = 20.09%
G = 33.18%
B = 46.73%

CMYK

 C value IS 0.57

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5993CF (or 0x5993CF) is known color: Picton Blue. HEX triplet: 59, 93 and CF. RGB value is (89,147,207). Sum of RGB (Red+Green+Blue) = 89+147+207=443 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.09% from 443); Green value is 147 (57.81% from 255 or 33.18% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #5993CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5993CF is #A66C30. Grayscale: #888888. Windows color (decimal): -10906673 or 13603673. OLE color: 13603673.

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

Color convert

RGB 89 147 207 -
CMYK 0.57 0.29 0 0.19
HSL 210.51º 0.55% 0.58% -
HSV(B) 210.51º 0.57% 0.81% -
XYZ 25.82 27.5 62.98 -
YUV 136.5 167.78 94.12 -
System Red Green Blue C M Y K H S L
Decimal 89 147 207 0.57 0.29 0 0.19 210.51 0.55 0.58
Hex 59 93 CF 39 1D 0 13 D3 37 3A
Octal 131 223 317 71 35 0 23 323 67 72
Binary 1011001 10010011 11001111 111001 11101 0 10011 11010011 110111 111010

Color Harmonies of #5993CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5993CF

Black with #5993CF

Text Example


Text Example

White with #5993CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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