Html Css Color HEX #595CBC Rich Blue

📋 copy color: '#595CBC'

red 89 ◦ green 92 ◦ blue 188

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

Shades of Rich Blue #595CBC

Tints of Rich Blue #595CBC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.93%

 BLUE value IS 188 (73.83% from 255) = 50.95%

R = 24.12%
G = 24.93%
B = 50.95%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#595CBC (or 0x595CBC) is known color: Rich Blue. HEX triplet: 59, 5C and BC. RGB value is (89,92,188). Sum of RGB (Red+Green+Blue) = 89+92+188=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #595CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595CBC is #A6A343. Grayscale: #656565. Windows color (decimal): -10920772 or 12344409. OLE color: 12344409.

HSL color Cylindrical-coordinate representation of color #595CBC: hue angle of 238.18º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #595CBC is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 92 188 -
CMYK 0.53 0.51 0 0.26
HSL 238.18º 0.42% 0.54% -
HSV(B) 238.18º 0.53% 0.74% -
XYZ 17.02 13.41 49.27 -
YUV 102.05 176.51 118.69 -
System Red Green Blue C M Y K H S L
Decimal 89 92 188 0.53 0.51 0 0.26 238.18 0.42 0.54
Hex 59 5C BC 35 33 0 1A EE 2A 36
Octal 131 134 274 65 63 0 32 356 52 66
Binary 1011001 1011100 10111100 110101 110011 0 11010 11101110 101010 110110

Color Harmonies of #595CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595CBC

Black with #595CBC

Text Example


Text Example

White with #595CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,92,188); }

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

background-color css

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

 a { background-color: rgb(89,92,188); }

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

border-color css

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

 span { border-color: rgb(89,92,188); }

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