Html Css Color HEX #584CBE Rich Blue

📋 copy color: '#584CBE'

red 88 ◦ green 76 ◦ blue 190

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

Shades of Rich Blue #584CBE

Tints of Rich Blue #584CBE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.47%

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

R = 24.86%
G = 21.47%
B = 53.67%

CMYK

 C value IS 0.54

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#584CBE (or 0x584CBE) is known color: Rich Blue. HEX triplet: 58, 4C and BE. RGB value is (88,76,190). Sum of RGB (Red+Green+Blue) = 88+76+190=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #584CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584CBE is #A7B341. Grayscale: #5C5C5C. Windows color (decimal): -10990402 or 12471384. OLE color: 12471384.

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

Color convert

RGB 88 76 190 -
CMYK 0.54 0.60 0 0.25
HSL 246.32º 0.47% 0.52% -
HSV(B) 246.32º 0.6% 0.75% -
XYZ 15.9 10.96 49.99 -
YUV 92.58 182.98 124.73 -
System Red Green Blue C M Y K H S L
Decimal 88 76 190 0.54 0.60 0 0.25 246.32 0.47 0.52
Hex 58 4C BE 36 3C 0 19 F6 2F 34
Octal 130 114 276 66 74 0 31 366 57 64
Binary 1011000 1001100 10111110 110110 111100 0 11001 11110110 101111 110100

Color Harmonies of #584CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584CBE

Black with #584CBE

Text Example


Text Example

White with #584CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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