Html Css Color HEX #584BBE Rich Blue

📋 copy color: '#584BBE'

red 88 ◦ green 75 ◦ blue 190

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

Shades of Rich Blue #584BBE

Tints of Rich Blue #584BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.82%

R = 24.93%
G = 21.25%
B = 53.82%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#584BBE (or 0x584BBE) is known color: Rich Blue. HEX triplet: 58, 4B and BE. RGB value is (88,75,190). Sum of RGB (Red+Green+Blue) = 88+75+190=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #584BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584BBE is #A7B441. Grayscale: #5B5B5B. Windows color (decimal): -10990658 or 12471128. OLE color: 12471128.

HSL color Cylindrical-coordinate representation of color #584BBE: hue angle of 246.78º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #584BBE is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 75 190 -
CMYK 0.54 0.61 0 0.25
HSL 246.78º 0.47% 0.52% -
HSV(B) 246.78º 0.61% 0.75% -
XYZ 15.83 10.82 49.97 -
YUV 92 183.31 125.15 -
System Red Green Blue C M Y K H S L
Decimal 88 75 190 0.54 0.61 0 0.25 246.78 0.47 0.52
Hex 58 4B BE 36 3D 0 19 F7 2F 34
Octal 130 113 276 66 75 0 31 367 57 64
Binary 1011000 1001011 10111110 110110 111101 0 11001 11110111 101111 110100

Color Harmonies of #584BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584BBE

Black with #584BBE

Text Example


Text Example

White with #584BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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