Html Css Color HEX #5865AF Rich Blue

📋 copy color: '#5865AF'

red 88 ◦ green 101 ◦ blue 175

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

Shades of Rich Blue #5865AF

Tints of Rich Blue #5865AF

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 value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5865AF (or 0x5865AF) is known color: 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

RGB 88 101 175 -
CMYK 0.50 0.42 0 0.31
HSL 231.03º 0.35% 0.52% -
HSV(B) 231.03º 0.5% 0.69% -
XYZ 16.42 14.48 42.49 -
YUV 105.55 167.19 115.48 -
System Red Green Blue C M Y K H S L
Decimal 88 101 175 0.50 0.42 0 0.31 231.03 0.35 0.52
Hex 58 65 AF 32 2A 0 1F E7 23 34
Octal 130 145 257 62 52 0 37 347 43 64
Binary 1011000 1100101 10101111 110010 101010 0 11111 11100111 100011 110100

Color Harmonies of #5865AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5865AF

Black with #5865AF

Text Example


Text Example

White with #5865AF

Text Example


Text Example

HTML Codes & Css Web 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>