Html Css Color HEX #5F5AAA Rich Blue

📋 copy color: '#5F5AAA'

red 95 ◦ green 90 ◦ blue 170

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

Shades of Rich Blue #5F5AAA

Tints of Rich Blue #5F5AAA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.35%

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

R = 26.76%
G = 25.35%
B = 47.89%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F5AAA (or 0x5F5AAA) is known color: Rich Blue. HEX triplet: 5F, 5A and AA. RGB value is (95,90,170). Sum of RGB (Red+Green+Blue) = 95+90+170=355 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.76% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F5AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5AAA is #A0A555. Grayscale: #646464. Windows color (decimal): -10528086 or 11164255. OLE color: 11164255.

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

Color convert

RGB 95 90 170 -
CMYK 0.44 0.47 0 0.33
HSL 243.75º 0.32% 0.51% -
HSV(B) 243.75º 0.47% 0.67% -
XYZ 15.63 12.65 39.65 -
YUV 100.62 167.16 124 -
System Red Green Blue C M Y K H S L
Decimal 95 90 170 0.44 0.47 0 0.33 243.75 0.32 0.51
Hex 5F 5A AA 2C 2F 0 21 F4 20 33
Octal 137 132 252 54 57 0 41 364 40 63
Binary 1011111 1011010 10101010 101100 101111 0 100001 11110100 100000 110011

Color Harmonies of #5F5AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5AAA

Black with #5F5AAA

Text Example


Text Example

White with #5F5AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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