Html Css Color HEX #584BBA Rich Blue

📋 copy color: '#584BBA'

red 88 ◦ green 75 ◦ blue 186

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

Shades of Rich Blue #584BBA

Tints of Rich Blue #584BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.49%

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

R = 25.21%
G = 21.49%
B = 53.3%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#584BBA (or 0x584BBA) is known color: Rich Blue. HEX triplet: 58, 4B and BA. RGB value is (88,75,186). Sum of RGB (Red+Green+Blue) = 88+75+186=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #584BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584BBA is #A7B445. Grayscale: #5B5B5B. Windows color (decimal): -10990662 or 12208984. OLE color: 12208984.

HSL color Cylindrical-coordinate representation of color #584BBA: hue angle of 247.03º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #584BBA is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 75 186 -
CMYK 0.53 0.60 0 0.27
HSL 247.03º 0.45% 0.51% -
HSV(B) 247.03º 0.6% 0.73% -
XYZ 15.4 10.65 47.7 -
YUV 91.54 181.31 125.47 -
System Red Green Blue C M Y K H S L
Decimal 88 75 186 0.53 0.60 0 0.27 247.03 0.45 0.51
Hex 58 4B BA 35 3C 0 1B F7 2D 33
Octal 130 113 272 65 74 0 33 367 55 63
Binary 1011000 1001011 10111010 110101 111100 0 11011 11110111 101101 110011

Color Harmonies of #584BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584BBA

Black with #584BBA

Text Example


Text Example

White with #584BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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