Html Css Color HEX #5F5EAA Rich Blue

📋 copy color: '#5F5EAA'

red 95 ◦ green 94 ◦ blue 170

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

Shades of Rich Blue #5F5EAA

Tints of Rich Blue #5F5EAA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.18%

 BLUE value IS 170 (66.8% from 255) = 47.35%

R = 26.46%
G = 26.18%
B = 47.35%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F5EAA (or 0x5F5EAA) is known color: Rich Blue. HEX triplet: 5F, 5E and AA. RGB value is (95,94,170). Sum of RGB (Red+Green+Blue) = 95+94+170=359 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.46% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F5EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5EAA is #A0A155. Grayscale: #666666. Windows color (decimal): -10527062 or 11165279. OLE color: 11165279.

HSL color Cylindrical-coordinate representation of color #5F5EAA: hue angle of 240.79º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F5EAA is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 94 170 -
CMYK 0.44 0.45 0 0.33
HSL 240.79º 0.31% 0.52% -
HSV(B) 240.79º 0.45% 0.67% -
XYZ 15.98 13.34 39.76 -
YUV 102.96 165.83 122.32 -
System Red Green Blue C M Y K H S L
Decimal 95 94 170 0.44 0.45 0 0.33 240.79 0.31 0.52
Hex 5F 5E AA 2C 2D 0 21 F1 1F 34
Octal 137 136 252 54 55 0 41 361 37 64
Binary 1011111 1011110 10101010 101100 101101 0 100001 11110001 11111 110100

Color Harmonies of #5F5EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5EAA

Black with #5F5EAA

Text Example


Text Example

White with #5F5EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,94,170); }

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

background-color css

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

 a { background-color: rgb(95,94,170); }

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

border-color css

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

 span { border-color: rgb(95,94,170); }

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