Html Css Color HEX #599BDA Picton Blue

📋 copy color: '#599BDA'

red 89 ◦ green 155 ◦ blue 218

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

Shades of Picton Blue #599BDA

Tints of Picton Blue #599BDA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.55%

 BLUE value IS 218 (85.55% from 255) = 47.19%

R = 19.26%
G = 33.55%
B = 47.19%

CMYK

 C value IS 0.59

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#599BDA (or 0x599BDA) is known color: Picton Blue. HEX triplet: 59, 9B and DA. RGB value is (89,155,218). Sum of RGB (Red+Green+Blue) = 89+155+218=462 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.26% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #599BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599BDA is #A66425. Grayscale: #8E8E8E. Windows color (decimal): -10904614 or 14326617. OLE color: 14326617.

HSL color Cylindrical-coordinate representation of color #599BDA: hue angle of 209.3º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #599BDA is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 89 155 218 -
CMYK 0.59 0.29 0 0.15
HSL 209.3º 0.64% 0.6% -
HSV(B) 209.3º 0.59% 0.85% -
XYZ 28.5 30.63 70.74 -
YUV 142.45 170.63 89.88 -
System Red Green Blue C M Y K H S L
Decimal 89 155 218 0.59 0.29 0 0.15 209.3 0.64 0.6
Hex 59 9B DA 3B 1D 0 F D1 40 3C
Octal 131 233 332 73 35 0 17 321 100 74
Binary 1011001 10011011 11011010 111011 11101 0 1111 11010001 1000000 111100

Color Harmonies of #599BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599BDA

Black with #599BDA

Text Example


Text Example

White with #599BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,155,218); }

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

background-color css

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

 a { background-color: rgb(89,155,218); }

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

border-color css

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

 span { border-color: rgb(89,155,218); }

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