Html Css Color HEX #584DBA Rich Blue

📋 copy color: '#584DBA'

red 88 ◦ green 77 ◦ blue 186

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

Shades of Rich Blue #584DBA

Tints of Rich Blue #584DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.94%

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

R = 25.07%
G = 21.94%
B = 52.99%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#584DBA (or 0x584DBA) is known color: Rich Blue. HEX triplet: 58, 4D and BA. RGB value is (88,77,186). Sum of RGB (Red+Green+Blue) = 88+77+186=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #584DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584DBA is #A7B245. Grayscale: #5C5C5C. Windows color (decimal): -10990150 or 12209496. OLE color: 12209496.

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

Color convert

RGB 88 77 186 -
CMYK 0.53 0.59 0 0.27
HSL 246.06º 0.44% 0.52% -
HSV(B) 246.06º 0.59% 0.73% -
XYZ 15.54 10.93 47.74 -
YUV 92.72 180.64 124.64 -
System Red Green Blue C M Y K H S L
Decimal 88 77 186 0.53 0.59 0 0.27 246.06 0.44 0.52
Hex 58 4D BA 35 3B 0 1B F6 2C 34
Octal 130 115 272 65 73 0 33 366 54 64
Binary 1011000 1001101 10111010 110101 111011 0 11011 11110110 101100 110100

Color Harmonies of #584DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584DBA

Black with #584DBA

Text Example


Text Example

White with #584DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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