Html Css Color HEX #5999C6 Picton Blue

📋 copy color: '#5999C6'

red 89 ◦ green 153 ◦ blue 198

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

Shades of Picton Blue #5999C6

Tints of Picton Blue #5999C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45%

R = 20.23%
G = 34.77%
B = 45%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5999C6 (or 0x5999C6) is known color: Picton Blue. HEX triplet: 59, 99 and C6. RGB value is (89,153,198). Sum of RGB (Red+Green+Blue) = 89+153+198=440 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.23% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 198 (77.73% from 255 or 45% from 440); Max value from RGB is 198 - color contains mainly: blue. Hex color #5999C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5999C6 is #A66639. Grayscale: #8A8A8A. Windows color (decimal): -10905146 or 13015385. OLE color: 13015385.

HSL color Cylindrical-coordinate representation of color #5999C6: hue angle of 204.77º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5999C6 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 89 153 198 -
CMYK 0.55 0.23 0 0.22
HSL 204.77º 0.49% 0.56% -
HSV(B) 204.77º 0.55% 0.78% -
XYZ 25.7 28.98 57.67 -
YUV 138.99 161.3 92.34 -
System Red Green Blue C M Y K H S L
Decimal 89 153 198 0.55 0.23 0 0.22 204.77 0.49 0.56
Hex 59 99 C6 37 17 0 16 CD 31 38
Octal 131 231 306 67 27 0 26 315 61 70
Binary 1011001 10011001 11000110 110111 10111 0 10110 11001101 110001 111000

Color Harmonies of #5999C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5999C6

Black with #5999C6

Text Example


Text Example

White with #5999C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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