#5865AF

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

Shades of Rich Blue #5865AF

Tints of Rich Blue #5865AF

Color information

#5865AF (or 0x5865AF) is unknown color: approx Rich Blue. HEX triplet: 58, 65 and AF. RGB value is (88,101,175). Sum of RGB (Red+Green+Blue) = 88+101+175=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #5865AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5865AF is #A79A50. Grayscale: #696969. Windows color (decimal): -10984017 or 11494744. OLE color: 11494744.

HSL color Cylindrical-coordinate representation of color #5865AF: hue angle of 231.03º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5865AF is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB88101175-
CMYK0.500.4200.31
HSL231.03º35.22%51.57%-
HSV(B)231.03º49.71%68.63%-
XYZ16.4214.4842.49-
YUV105.55167.19115.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.18%
GREEN value IS 101 (39.84% from 255) = 27.75%
BLUE value IS 175 (68.75% from 255) = 48.08%
R=24.18%
G=27.75%
B=48.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881011750.500.4200.31231.0335.2251.57
Hex5865AF322A01Fe72334
Octal13014525762520373474364
Binary101100011001011010111111001010101001111111100111100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5865AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5865AF; }

 p { color: rgb(88,101,175); }

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

<style>
 a { background-color: #5865AF; }

 a { background-color: rgb(88,101,175); }

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

<style>
 span { border-color: #5865AF; }

 span { border-color: rgb(88,101,175); }

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