Html Css Color HEX #5997DE Picton Blue

📋 copy color: '#5997DE'

red 89 ◦ green 151 ◦ blue 222

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

Shades of Picton Blue #5997DE

Tints of Picton Blue #5997DE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.68%

 BLUE value IS 222 (87.11% from 255) = 48.05%

R = 19.26%
G = 32.68%
B = 48.05%

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

#5997DE (or 0x5997DE) is known color: Picton Blue. HEX triplet: 59, 97 and DE. RGB value is (89,151,222). Sum of RGB (Red+Green+Blue) = 89+151+222=462 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.26% from 462); Green value is 151 (59.38% from 255 or 32.68% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #5997DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5997DE is #A66821. Grayscale: #8C8C8C. Windows color (decimal): -10905634 or 14587737. OLE color: 14587737.

HSL color Cylindrical-coordinate representation of color #5997DE: hue angle of 212.03º degrees, saturation: 0.67, 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 #5997DE is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 151 222 -
CMYK 0.60 0.32 0 0.13
HSL 212.03º 0.67% 0.61% -
HSV(B) 212.03º 0.6% 0.87% -
XYZ 28.37 29.53 73.31 -
YUV 140.56 173.96 91.23 -
System Red Green Blue C M Y K H S L
Decimal 89 151 222 0.60 0.32 0 0.13 212.03 0.67 0.61
Hex 59 97 DE 3C 20 0 D D4 43 3D
Octal 131 227 336 74 40 0 15 324 103 75
Binary 1011001 10010111 11011110 111100 100000 0 1101 11010100 1000011 111101

Color Harmonies of #5997DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5997DE

Black with #5997DE

Text Example


Text Example

White with #5997DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5997DE; }

 p { color: rgb(89,151,222); }

 H1.HeaderClassName
 {
   color: #5997DE;
 }
 .AnyTagClassName
 {
   color: #5997DE;
 }
</style>

background-color css

<style>
 a { background-color: #5997DE; }

 a { background-color: rgb(89,151,222); }

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

border-color css

<style>
 span { border-color: #5997DE; }

 span { border-color: rgb(89,151,222); }

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