Html Css Color HEX #5F59BA Rich Blue

📋 copy color: '#5F59BA'

red 95 ◦ green 89 ◦ blue 186

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

Shades of Rich Blue #5F59BA

Tints of Rich Blue #5F59BA

RGB

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

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

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

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

CMYK

 C value IS 0.49

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5F59BA (or 0x5F59BA) is known color: Rich Blue. HEX triplet: 5F, 59 and BA. RGB value is (95,89,186). Sum of RGB (Red+Green+Blue) = 95+89+186=370 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.68% from 370); Green value is 89 (35.16% from 255 or 24.05% 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 #5F59BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F59BA is #A0A645. Grayscale: #656565. Windows color (decimal): -10528326 or 12212575. OLE color: 12212575.

HSL color Cylindrical-coordinate representation of color #5F59BA: hue angle of 243.71º 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 #5F59BA is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 95 89 186 -
CMYK 0.49 0.52 0 0.27
HSL 243.71º 0.41% 0.54% -
HSV(B) 243.71º 0.52% 0.73% -
XYZ 17.15 13.12 48.08 -
YUV 101.85 175.49 123.11 -
System Red Green Blue C M Y K H S L
Decimal 95 89 186 0.49 0.52 0 0.27 243.71 0.41 0.54
Hex 5F 59 BA 31 34 0 1B F4 29 36
Octal 137 131 272 61 64 0 33 364 51 66
Binary 1011111 1011001 10111010 110001 110100 0 11011 11110100 101001 110110

Color Harmonies of #5F59BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F59BA

Black with #5F59BA

Text Example


Text Example

White with #5F59BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F59BA; }

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

 H1.HeaderClassName
 {
   color: #5F59BA;
 }
 .AnyTagClassName
 {
   color: #5F59BA;
 }
</style>

background-color css

<style>
 a { background-color: #5F59BA; }

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

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

border-color css

<style>
 span { border-color: #5F59BA; }

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

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