Html Css Color HEX #5863AA Rich Blue

📋 copy color: '#5863AA'

red 88 ◦ green 99 ◦ blue 170

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

Shades of Rich Blue #5863AA

Tints of Rich Blue #5863AA

RGB

 RED value IS 88 (34.77% from 255) = 24.65%

 GREEN value IS 99 (39.06% from 255) = 27.73%

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

R = 24.65%
G = 27.73%
B = 47.62%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5863AA (or 0x5863AA) is known color: Rich Blue. HEX triplet: 58, 63 and AA. RGB value is (88,99,170). Sum of RGB (Red+Green+Blue) = 88+99+170=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #5863AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5863AA is #A79C55. Grayscale: #676767. Windows color (decimal): -10984534 or 11166552. OLE color: 11166552.

HSL color Cylindrical-coordinate representation of color #5863AA: hue angle of 231.95º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5863AA is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 99 170 -
CMYK 0.48 0.42 0 0.33
HSL 231.95º 0.33% 0.51% -
HSV(B) 231.95º 0.48% 0.67% -
XYZ 15.74 13.9 39.88 -
YUV 103.81 165.36 116.73 -
System Red Green Blue C M Y K H S L
Decimal 88 99 170 0.48 0.42 0 0.33 231.95 0.33 0.51
Hex 58 63 AA 30 2A 0 21 E8 21 33
Octal 130 143 252 60 52 0 41 350 41 63
Binary 1011000 1100011 10101010 110000 101010 0 100001 11101000 100001 110011

Color Harmonies of #5863AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5863AA

Black with #5863AA

Text Example


Text Example

White with #5863AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5863AA; }

 p { color: rgb(88,99,170); }

 H1.HeaderClassName
 {
   color: #5863AA;
 }
 .AnyTagClassName
 {
   color: #5863AA;
 }
</style>

background-color css

<style>
 a { background-color: #5863AA; }

 a { background-color: rgb(88,99,170); }

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

border-color css

<style>
 span { border-color: #5863AA; }

 span { border-color: rgb(88,99,170); }

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