Html Css Color HEX #584FA8 Rich Blue

📋 copy color: '#584FA8'

red 88 ◦ green 79 ◦ blue 168

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

Shades of Rich Blue #584FA8

Tints of Rich Blue #584FA8

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.58%

 BLUE value IS 168 (66.02% from 255) = 50.15%

R = 26.27%
G = 23.58%
B = 50.15%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#584FA8 (or 0x584FA8) is known color: Rich Blue. HEX triplet: 58, 4F and A8. RGB value is (88,79,168). Sum of RGB (Red+Green+Blue) = 88+79+168=335 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.27% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 168 (66.02% from 255 or 50.15% from 335); Max value from RGB is 168 - color contains mainly: blue. Hex color #584FA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #584FA8 is #A7B057. Grayscale: #5B5B5B. Windows color (decimal): -10989656 or 11030360. OLE color: 11030360.

HSL color Cylindrical-coordinate representation of color #584FA8: hue angle of 246.07º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #584FA8 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 88 79 168 -
CMYK 0.48 0.53 0 0.34
HSL 246.07º 0.36% 0.48% -
HSV(B) 246.07º 0.53% 0.66% -
XYZ 13.89 10.49 38.34 -
YUV 91.84 170.98 125.26 -
System Red Green Blue C M Y K H S L
Decimal 88 79 168 0.48 0.53 0 0.34 246.07 0.36 0.48
Hex 58 4F A8 30 35 0 22 F6 24 30
Octal 130 117 250 60 65 0 42 366 44 60
Binary 1011000 1001111 10101000 110000 110101 0 100010 11110110 100100 110000

Color Harmonies of #584FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584FA8

Black with #584FA8

Text Example


Text Example

White with #584FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584FA8; }

 p { color: rgb(88,79,168); }

 H1.HeaderClassName
 {
   color: #584FA8;
 }
 .AnyTagClassName
 {
   color: #584FA8;
 }
</style>

background-color css

<style>
 a { background-color: #584FA8; }

 a { background-color: rgb(88,79,168); }

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

border-color css

<style>
 span { border-color: #584FA8; }

 span { border-color: rgb(88,79,168); }

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