Html Css Color HEX #585CBF Rich Blue

📋 copy color: '#585CBF'

red 88 ◦ green 92 ◦ blue 191

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

Shades of Rich Blue #585CBF

Tints of Rich Blue #585CBF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.8%

 BLUE value IS 191 (75% from 255) = 51.48%

R = 23.72%
G = 24.8%
B = 51.48%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#585CBF (or 0x585CBF) is known color: Rich Blue. HEX triplet: 58, 5C and BF. RGB value is (88,92,191). Sum of RGB (Red+Green+Blue) = 88+92+191=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #585CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #585CBF is #A7A340. Grayscale: #656565. Windows color (decimal): -10986305 or 12541016. OLE color: 12541016.

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

Color convert

RGB 88 92 191 -
CMYK 0.54 0.52 0 0.25
HSL 237.67º 0.45% 0.55% -
HSV(B) 237.67º 0.54% 0.75% -
XYZ 17.26 13.49 50.98 -
YUV 102.09 178.17 117.95 -
System Red Green Blue C M Y K H S L
Decimal 88 92 191 0.54 0.52 0 0.25 237.67 0.45 0.55
Hex 58 5C BF 36 34 0 19 EE 2D 37
Octal 130 134 277 66 64 0 31 356 55 67
Binary 1011000 1011100 10111111 110110 110100 0 11001 11101110 101101 110111

Color Harmonies of #585CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585CBF

Black with #585CBF

Text Example


Text Example

White with #585CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585CBF; }

 p { color: rgb(88,92,191); }

 H1.HeaderClassName
 {
   color: #585CBF;
 }
 .AnyTagClassName
 {
   color: #585CBF;
 }
</style>

background-color css

<style>
 a { background-color: #585CBF; }

 a { background-color: rgb(88,92,191); }

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

border-color css

<style>
 span { border-color: #585CBF; }

 span { border-color: rgb(88,92,191); }

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