Html Css Color HEX #595FE6 Royal Blue

📋 copy color: '#595FE6'

red 89 ◦ green 95 ◦ blue 230

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

Shades of Royal Blue #595FE6

Tints of Royal Blue #595FE6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.95%

 BLUE value IS 230 (90.23% from 255) = 55.56%

R = 21.5%
G = 22.95%
B = 55.56%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#595FE6 (or 0x595FE6) is known color: Royal Blue. HEX triplet: 59, 5F and E6. RGB value is (89,95,230). Sum of RGB (Red+Green+Blue) = 89+95+230=414 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.50% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 230 (90.23% from 255 or 55.56% from 414); Max value from RGB is 230 - color contains mainly: blue. Hex color #595FE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595FE6 is #A6A019. Grayscale: #6C6C6C. Windows color (decimal): -10919962 or 15097689. OLE color: 15097689.

HSL color Cylindrical-coordinate representation of color #595FE6: hue angle of 237.45º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #595FE6 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 89 95 230 -
CMYK 0.61 0.59 0 0.10
HSL 237.45º 0.74% 0.63% -
HSV(B) 237.45º 0.61% 0.9% -
XYZ 22.49 16.02 76.77 -
YUV 108.6 196.51 114.02 -
System Red Green Blue C M Y K H S L
Decimal 89 95 230 0.61 0.59 0 0.10 237.45 0.74 0.63
Hex 59 5F E6 3D 3B 0 A ED 4A 3F
Octal 131 137 346 75 73 0 12 355 112 77
Binary 1011001 1011111 11100110 111101 111011 0 1010 11101101 1001010 111111

Color Harmonies of #595FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595FE6

Black with #595FE6

Text Example


Text Example

White with #595FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595FE6; }

 p { color: rgb(89,95,230); }

 H1.HeaderClassName
 {
   color: #595FE6;
 }
 .AnyTagClassName
 {
   color: #595FE6;
 }
</style>

background-color css

<style>
 a { background-color: #595FE6; }

 a { background-color: rgb(89,95,230); }

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

border-color css

<style>
 span { border-color: #595FE6; }

 span { border-color: rgb(89,95,230); }

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