Html Css Color HEX #5999CF Picton Blue

📋 copy color: '#5999CF'

red 89 ◦ green 153 ◦ blue 207

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

Shades of Picton Blue #5999CF

Tints of Picton Blue #5999CF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.08%

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

R = 19.82%
G = 34.08%
B = 46.1%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5999CF (or 0x5999CF) is known color: Picton Blue. HEX triplet: 59, 99 and CF. RGB value is (89,153,207). Sum of RGB (Red+Green+Blue) = 89+153+207=449 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.82% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #5999CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5999CF is #A66630. Grayscale: #8B8B8B. Windows color (decimal): -10905137 or 13605209. OLE color: 13605209.

HSL color Cylindrical-coordinate representation of color #5999CF: hue angle of 207.46º 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 #5999CF is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 153 207 -
CMYK 0.57 0.26 0 0.19
HSL 207.46º 0.55% 0.58% -
HSV(B) 207.46º 0.57% 0.81% -
XYZ 26.77 29.41 63.3 -
YUV 140.02 165.8 91.61 -
System Red Green Blue C M Y K H S L
Decimal 89 153 207 0.57 0.26 0 0.19 207.46 0.55 0.58
Hex 59 99 CF 39 1A 0 13 CF 37 3A
Octal 131 231 317 71 32 0 23 317 67 72
Binary 1011001 10011001 11001111 111001 11010 0 10011 11001111 110111 111010

Color Harmonies of #5999CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5999CF

Black with #5999CF

Text Example


Text Example

White with #5999CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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