Html Css Color HEX #596CEB Royal Blue

📋 copy color: '#596CEB'

red 89 ◦ green 108 ◦ blue 235

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

Shades of Royal Blue #596CEB

Tints of Royal Blue #596CEB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25%

 BLUE value IS 235 (92.19% from 255) = 54.4%

R = 20.6%
G = 25%
B = 54.4%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#596CEB (or 0x596CEB) is known color: Royal Blue. HEX triplet: 59, 6C and EB. RGB value is (89,108,235). Sum of RGB (Red+Green+Blue) = 89+108+235=432 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.60% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #596CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #596CEB is #A69314. Grayscale: #747474. Windows color (decimal): -10916629 or 15428697. OLE color: 15428697.

HSL color Cylindrical-coordinate representation of color #596CEB: hue angle of 232.19º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #596CEB is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 89 108 235 -
CMYK 0.62 0.54 0 0.08
HSL 232.19º 0.78% 0.64% -
HSV(B) 232.19º 0.62% 0.92% -
XYZ 24.48 18.85 80.95 -
YUV 116.8 194.71 108.17 -
System Red Green Blue C M Y K H S L
Decimal 89 108 235 0.62 0.54 0 0.08 232.19 0.78 0.64
Hex 59 6C EB 3E 36 0 8 E8 4E 40
Octal 131 154 353 76 66 0 10 350 116 100
Binary 1011001 1101100 11101011 111110 110110 0 1000 11101000 1001110 1000000

Color Harmonies of #596CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596CEB

Black with #596CEB

Text Example


Text Example

White with #596CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,108,235); }

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

background-color css

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

 a { background-color: rgb(89,108,235); }

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

border-color css

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

 span { border-color: rgb(89,108,235); }

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