Html Css Color HEX #595FC3 Rich Blue

📋 copy color: '#595FC3'

red 89 ◦ green 95 ◦ blue 195

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

Shades of Rich Blue #595FC3

Tints of Rich Blue #595FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 51.45%

R = 23.48%
G = 25.07%
B = 51.45%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#595FC3 (or 0x595FC3) is known color: Rich Blue. HEX triplet: 59, 5F and C3. RGB value is (89,95,195). Sum of RGB (Red+Green+Blue) = 89+95+195=379 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.48% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 195 (76.56% from 255 or 51.45% from 379); Max value from RGB is 195 - color contains mainly: blue. Hex color #595FC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595FC3 is #A6A03C. Grayscale: #686868. Windows color (decimal): -10919997 or 12803929. OLE color: 12803929.

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

Color convert

RGB 89 95 195 -
CMYK 0.54 0.51 0 0.24
HSL 236.6º 0.47% 0.56% -
HSV(B) 236.6º 0.54% 0.76% -
XYZ 18.06 14.25 53.43 -
YUV 104.61 179.01 116.87 -
System Red Green Blue C M Y K H S L
Decimal 89 95 195 0.54 0.51 0 0.24 236.6 0.47 0.56
Hex 59 5F C3 36 33 0 18 ED 2F 38
Octal 131 137 303 66 63 0 30 355 57 70
Binary 1011001 1011111 11000011 110110 110011 0 11000 11101101 101111 111000

Color Harmonies of #595FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595FC3

Black with #595FC3

Text Example


Text Example

White with #595FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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