Html Css Color HEX #5998DF Picton Blue

📋 copy color: '#5998DF'

red 89 ◦ green 152 ◦ blue 223

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

Shades of Picton Blue #5998DF

Tints of Picton Blue #5998DF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.76%

 BLUE value IS 223 (87.5% from 255) = 48.06%

R = 19.18%
G = 32.76%
B = 48.06%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5998DF (or 0x5998DF) is known color: Picton Blue. HEX triplet: 59, 98 and DF. RGB value is (89,152,223). Sum of RGB (Red+Green+Blue) = 89+152+223=464 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.18% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #5998DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5998DF is #A66720. Grayscale: #8C8C8C. Windows color (decimal): -10905377 or 14653529. OLE color: 14653529.

HSL color Cylindrical-coordinate representation of color #5998DF: hue angle of 211.79º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5998DF is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 152 223 -
CMYK 0.60 0.32 0 0.13
HSL 211.79º 0.68% 0.61% -
HSV(B) 211.79º 0.6% 0.87% -
XYZ 28.67 29.91 74.07 -
YUV 141.26 174.13 90.73 -
System Red Green Blue C M Y K H S L
Decimal 89 152 223 0.60 0.32 0 0.13 211.79 0.68 0.61
Hex 59 98 DF 3C 20 0 D D4 44 3D
Octal 131 230 337 74 40 0 15 324 104 75
Binary 1011001 10011000 11011111 111100 100000 0 1101 11010100 1000100 111101

Color Harmonies of #5998DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5998DF

Black with #5998DF

Text Example


Text Example

White with #5998DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5998DF; }

 p { color: rgb(89,152,223); }

 H1.HeaderClassName
 {
   color: #5998DF;
 }
 .AnyTagClassName
 {
   color: #5998DF;
 }
</style>

background-color css

<style>
 a { background-color: #5998DF; }

 a { background-color: rgb(89,152,223); }

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

border-color css

<style>
 span { border-color: #5998DF; }

 span { border-color: rgb(89,152,223); }

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