#5F64AA

Color #5F64AA Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5F64AA

Tints of Rich Blue #5F64AA

Color information

#5F64AA (or 0x5F64AA) is unknown color: approx Rich Blue. HEX triplet: 5F, 64 and AA. RGB value is (95,100,170). Sum of RGB (Red+Green+Blue) = 95+100+170=365 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.03% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F64AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F64AA is #A09B55. Grayscale: #6A6A6A. Windows color (decimal): -10525526 or 11166815. OLE color: 11166815.

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

Color convert

RGB95100170-
CMYK0.440.4100.33
HSL236º30.61%51.96%-
HSV(B)236º44.12%66.67%-
XYZ16.5314.4539.95-
YUV106.48163.84119.81-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.03%
GREEN value IS 100 (39.45% from 255) = 27.40%
BLUE value IS 170 (66.80% from 255) = 46.58%
R=26.03%
G=27.40%
B=46.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal951001700.440.4100.3323630.6151.96
Hex5F64AA2C29021ec1f34
Octal13714425254510413543764
Binary101111111001001010101010110010100101000011110110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F64AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F64AA;
 }
 .AnyTagClassName
 {
   color: #5F64AA;
 }
</style>
background-color css

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

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

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

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

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

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