Html Css Color HEX #5998CD Picton Blue

📋 copy color: '#5998CD'

red 89 ◦ green 152 ◦ blue 205

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

Shades of Picton Blue #5998CD

Tints of Picton Blue #5998CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.96%

R = 19.96%
G = 34.08%
B = 45.96%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5998CD (or 0x5998CD) is known color: Picton Blue. HEX triplet: 59, 98 and CD. RGB value is (89,152,205). Sum of RGB (Red+Green+Blue) = 89+152+205=446 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.96% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #5998CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5998CD is #A66732. Grayscale: #8A8A8A. Windows color (decimal): -10905395 or 13473881. OLE color: 13473881.

HSL color Cylindrical-coordinate representation of color #5998CD: hue angle of 207.41º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5998CD is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 152 205 -
CMYK 0.57 0.26 0 0.20
HSL 207.41º 0.54% 0.58% -
HSV(B) 207.41º 0.57% 0.8% -
XYZ 26.37 28.99 61.96 -
YUV 139.21 165.13 92.19 -
System Red Green Blue C M Y K H S L
Decimal 89 152 205 0.57 0.26 0 0.20 207.41 0.54 0.58
Hex 59 98 CD 39 1A 0 14 CF 36 3A
Octal 131 230 315 71 32 0 24 317 66 72
Binary 1011001 10011000 11001101 111001 11010 0 10100 11001111 110110 111010

Color Harmonies of #5998CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5998CD

Black with #5998CD

Text Example


Text Example

White with #5998CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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