Html Css Color HEX #599DD5 Picton Blue

📋 copy color: '#599DD5'

red 89 ◦ green 157 ◦ blue 213

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

Shades of Picton Blue #599DD5

Tints of Picton Blue #599DD5

RGB

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

 GREEN value IS 157 (61.72% from 255) = 34.2%

 BLUE value IS 213 (83.59% from 255) = 46.41%

R = 19.39%
G = 34.2%
B = 46.41%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#599DD5 (or 0x599DD5) is known color: Picton Blue. HEX triplet: 59, 9D and D5. RGB value is (89,157,213). Sum of RGB (Red+Green+Blue) = 89+157+213=459 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.39% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 213 (83.59% from 255 or 46.41% from 459); Max value from RGB is 213 - color contains mainly: blue. Hex color #599DD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599DD5 is #A6622A. Grayscale: #8E8E8E. Windows color (decimal): -10904107 or 13999449. OLE color: 13999449.

HSL color Cylindrical-coordinate representation of color #599DD5: hue angle of 207.1º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #599DD5 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 89 157 213 -
CMYK 0.58 0.26 0 0.16
HSL 207.1º 0.6% 0.59% -
HSV(B) 207.1º 0.58% 0.84% -
XYZ 28.19 31.04 67.46 -
YUV 143.05 167.47 89.45 -
System Red Green Blue C M Y K H S L
Decimal 89 157 213 0.58 0.26 0 0.16 207.1 0.6 0.59
Hex 59 9D D5 3A 1A 0 10 CF 3C 3B
Octal 131 235 325 72 32 0 20 317 74 73
Binary 1011001 10011101 11010101 111010 11010 0 10000 11001111 111100 111011

Color Harmonies of #599DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599DD5

Black with #599DD5

Text Example


Text Example

White with #599DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599DD5; }

 p { color: rgb(89,157,213); }

 H1.HeaderClassName
 {
   color: #599DD5;
 }
 .AnyTagClassName
 {
   color: #599DD5;
 }
</style>

background-color css

<style>
 a { background-color: #599DD5; }

 a { background-color: rgb(89,157,213); }

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

border-color css

<style>
 span { border-color: #599DD5; }

 span { border-color: rgb(89,157,213); }

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