Html Css Color HEX #5758BC Rich Blue

📋 copy color: '#5758BC'

red 87 ◦ green 88 ◦ blue 188

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

Shades of Rich Blue #5758BC

Tints of Rich Blue #5758BC

RGB

 RED value IS 87 (34.38% from 255) = 23.97%

 GREEN value IS 88 (34.77% from 255) = 24.24%

 BLUE value IS 188 (73.83% from 255) = 51.79%

R = 23.97%
G = 24.24%
B = 51.79%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5758BC (or 0x5758BC) is known color: Rich Blue. HEX triplet: 57, 58 and BC. RGB value is (87,88,188). Sum of RGB (Red+Green+Blue) = 87+88+188=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #5758BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5758BC is #A8A743. Grayscale: #626262. Windows color (decimal): -11052868 or 12343383. OLE color: 12343383.

HSL color Cylindrical-coordinate representation of color #5758BC: hue angle of 239.41º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5758BC is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 88 188 -
CMYK 0.54 0.53 0 0.26
HSL 239.41º 0.43% 0.54% -
HSV(B) 239.41º 0.54% 0.74% -
XYZ 16.5 12.64 49.15 -
YUV 99.1 178.17 119.37 -
System Red Green Blue C M Y K H S L
Decimal 87 88 188 0.54 0.53 0 0.26 239.41 0.43 0.54
Hex 57 58 BC 36 35 0 1A EF 2B 36
Octal 127 130 274 66 65 0 32 357 53 66
Binary 1010111 1011000 10111100 110110 110101 0 11010 11101111 101011 110110

Color Harmonies of #5758BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5758BC

Black with #5758BC

Text Example


Text Example

White with #5758BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5758BC; }

 p { color: rgb(87,88,188); }

 H1.HeaderClassName
 {
   color: #5758BC;
 }
 .AnyTagClassName
 {
   color: #5758BC;
 }
</style>

background-color css

<style>
 a { background-color: #5758BC; }

 a { background-color: rgb(87,88,188); }

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

border-color css

<style>
 span { border-color: #5758BC; }

 span { border-color: rgb(87,88,188); }

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