Html Css Color HEX #595DC1 Rich Blue

📋 copy color: '#595DC1'

red 89 ◦ green 93 ◦ blue 193

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

Shades of Rich Blue #595DC1

Tints of Rich Blue #595DC1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.8%

 BLUE value IS 193 (75.78% from 255) = 51.47%

R = 23.73%
G = 24.8%
B = 51.47%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#595DC1 (or 0x595DC1) is known color: Rich Blue. HEX triplet: 59, 5D and C1. RGB value is (89,93,193). Sum of RGB (Red+Green+Blue) = 89+93+193=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 193 (75.78% from 255 or 51.47% from 375); Max value from RGB is 193 - color contains mainly: blue. Hex color #595DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595DC1 is #A6A23E. Grayscale: #666666. Windows color (decimal): -10920511 or 12672345. OLE color: 12672345.

HSL color Cylindrical-coordinate representation of color #595DC1: hue angle of 237.69º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #595DC1 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 89 93 193 -
CMYK 0.54 0.52 0 0.24
HSL 237.69º 0.46% 0.55% -
HSV(B) 237.69º 0.54% 0.76% -
XYZ 17.66 13.8 52.19 -
YUV 103.2 178.67 117.87 -
System Red Green Blue C M Y K H S L
Decimal 89 93 193 0.54 0.52 0 0.24 237.69 0.46 0.55
Hex 59 5D C1 36 34 0 18 EE 2E 37
Octal 131 135 301 66 64 0 30 356 56 67
Binary 1011001 1011101 11000001 110110 110100 0 11000 11101110 101110 110111

Color Harmonies of #595DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595DC1

Black with #595DC1

Text Example


Text Example

White with #595DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,93,193); }

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

background-color css

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

 a { background-color: rgb(89,93,193); }

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

border-color css

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

 span { border-color: rgb(89,93,193); }

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