Html Css Color HEX #596BDD Royal Blue

📋 copy color: '#596BDD'

red 89 ◦ green 107 ◦ blue 221

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

Shades of Royal Blue #596BDD

Tints of Royal Blue #596BDD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.66%

 BLUE value IS 221 (86.72% from 255) = 53%

R = 21.34%
G = 25.66%
B = 53%

CMYK

 C value IS 0.60

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#596BDD (or 0x596BDD) is known color: Royal Blue. HEX triplet: 59, 6B and DD. RGB value is (89,107,221). Sum of RGB (Red+Green+Blue) = 89+107+221=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #596BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596BDD is #A69422. Grayscale: #727272. Windows color (decimal): -10916899 or 14510937. OLE color: 14510937.

HSL color Cylindrical-coordinate representation of color #596BDD: hue angle of 231.82º degrees, saturation: 0.66, 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 #596BDD is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 107 221 -
CMYK 0.60 0.52 0 0.13
HSL 231.82º 0.66% 0.61% -
HSV(B) 231.82º 0.6% 0.87% -
XYZ 22.43 17.86 70.67 -
YUV 114.61 188.04 109.73 -
System Red Green Blue C M Y K H S L
Decimal 89 107 221 0.60 0.52 0 0.13 231.82 0.66 0.61
Hex 59 6B DD 3C 34 0 D E8 42 3D
Octal 131 153 335 74 64 0 15 350 102 75
Binary 1011001 1101011 11011101 111100 110100 0 1101 11101000 1000010 111101

Color Harmonies of #596BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596BDD

Black with #596BDD

Text Example


Text Example

White with #596BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596BDD; }

 p { color: rgb(89,107,221); }

 H1.HeaderClassName
 {
   color: #596BDD;
 }
 .AnyTagClassName
 {
   color: #596BDD;
 }
</style>

background-color css

<style>
 a { background-color: #596BDD; }

 a { background-color: rgb(89,107,221); }

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

border-color css

<style>
 span { border-color: #596BDD; }

 span { border-color: rgb(89,107,221); }

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