Html Css Color HEX #584DBB Rich Blue

📋 copy color: '#584DBB'

red 88 ◦ green 77 ◦ blue 187

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

Shades of Rich Blue #584DBB

Tints of Rich Blue #584DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.13%

R = 25%
G = 21.88%
B = 53.13%

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

#584DBB (or 0x584DBB) is known color: Rich Blue. HEX triplet: 58, 4D and BB. RGB value is (88,77,187). Sum of RGB (Red+Green+Blue) = 88+77+187=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #584DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584DBB is #A7B244. Grayscale: #5C5C5C. Windows color (decimal): -10990149 or 12275032. OLE color: 12275032.

HSL color Cylindrical-coordinate representation of color #584DBB: hue angle of 246º degrees, saturation: 0.45, 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 #584DBB is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 77 187 -
CMYK 0.53 0.59 0 0.27
HSL 246º 0.45% 0.52% -
HSV(B) 246º 0.59% 0.73% -
XYZ 15.65 10.97 48.31 -
YUV 92.83 181.14 124.56 -
System Red Green Blue C M Y K H S L
Decimal 88 77 187 0.53 0.59 0 0.27 246 0.45 0.52
Hex 58 4D BB 35 3B 0 1B F6 2D 34
Octal 130 115 273 65 73 0 33 366 55 64
Binary 1011000 1001101 10111011 110101 111011 0 11011 11110110 101101 110100

Color Harmonies of #584DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584DBB

Black with #584DBB

Text Example


Text Example

White with #584DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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