Html Css Color HEX #595FBA Rich Blue

📋 copy color: '#595FBA'

red 89 ◦ green 95 ◦ blue 186

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

Shades of Rich Blue #595FBA

Tints of Rich Blue #595FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.27%

R = 24.05%
G = 25.68%
B = 50.27%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#595FBA (or 0x595FBA) is known color: Rich Blue. HEX triplet: 59, 5F and BA. RGB value is (89,95,186). Sum of RGB (Red+Green+Blue) = 89+95+186=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #595FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595FBA is #A6A045. Grayscale: #676767. Windows color (decimal): -10920006 or 12214105. OLE color: 12214105.

HSL color Cylindrical-coordinate representation of color #595FBA: hue angle of 236.29º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #595FBA is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 95 186 -
CMYK 0.52 0.49 0 0.27
HSL 236.29º 0.41% 0.54% -
HSV(B) 236.29º 0.52% 0.73% -
XYZ 17.07 13.85 48.23 -
YUV 103.58 174.51 117.6 -
System Red Green Blue C M Y K H S L
Decimal 89 95 186 0.52 0.49 0 0.27 236.29 0.41 0.54
Hex 59 5F BA 34 31 0 1B EC 29 36
Octal 131 137 272 64 61 0 33 354 51 66
Binary 1011001 1011111 10111010 110100 110001 0 11011 11101100 101001 110110

Color Harmonies of #595FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595FBA

Black with #595FBA

Text Example


Text Example

White with #595FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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