Html Css Color HEX #584FBA Rich Blue

📋 copy color: '#584FBA'

red 88 ◦ green 79 ◦ blue 186

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

Shades of Rich Blue #584FBA

Tints of Rich Blue #584FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.69%

R = 24.93%
G = 22.38%
B = 52.69%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#584FBA (or 0x584FBA) is known color: Rich Blue. HEX triplet: 58, 4F and BA. RGB value is (88,79,186). Sum of RGB (Red+Green+Blue) = 88+79+186=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #584FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584FBA is #A7B045. Grayscale: #5D5D5D. Windows color (decimal): -10989638 or 12210008. OLE color: 12210008.

HSL color Cylindrical-coordinate representation of color #584FBA: hue angle of 245.05º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #584FBA is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 79 186 -
CMYK 0.53 0.58 0 0.27
HSL 245.05º 0.44% 0.52% -
HSV(B) 245.05º 0.58% 0.73% -
XYZ 15.68 11.21 47.79 -
YUV 93.89 179.98 123.8 -
System Red Green Blue C M Y K H S L
Decimal 88 79 186 0.53 0.58 0 0.27 245.05 0.44 0.52
Hex 58 4F BA 35 3A 0 1B F5 2C 34
Octal 130 117 272 65 72 0 33 365 54 64
Binary 1011000 1001111 10111010 110101 111010 0 11011 11110101 101100 110100

Color Harmonies of #584FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584FBA

Black with #584FBA

Text Example


Text Example

White with #584FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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