Html Css Color HEX #5757BC Rich Blue

📋 copy color: '#5757BC'

red 87 ◦ green 87 ◦ blue 188

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

Shades of Rich Blue #5757BC

Tints of Rich Blue #5757BC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.03%

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

R = 24.03%
G = 24.03%
B = 51.93%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5757BC (or 0x5757BC) is known color: Rich Blue. HEX triplet: 57, 57 and BC. RGB value is (87,87,188). Sum of RGB (Red+Green+Blue) = 87+87+188=362 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.03% from 362); Green value is 87 (34.38% from 255 or 24.03% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #5757BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5757BC is #A8A843. Grayscale: #626262. Windows color (decimal): -11053124 or 12343127. OLE color: 12343127.

HSL color Cylindrical-coordinate representation of color #5757BC: hue angle of 240º 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 #5757BC is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 87 188 -
CMYK 0.54 0.54 0 0.26
HSL 240º 0.43% 0.54% -
HSV(B) 240º 0.54% 0.74% -
XYZ 16.42 12.47 49.12 -
YUV 98.51 178.5 119.79 -
System Red Green Blue C M Y K H S L
Decimal 87 87 188 0.54 0.54 0 0.26 240 0.43 0.54
Hex 57 57 BC 36 36 0 1A F0 2B 36
Octal 127 127 274 66 66 0 32 360 53 66
Binary 1010111 1010111 10111100 110110 110110 0 11010 11110000 101011 110110

Color Harmonies of #5757BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5757BC

Black with #5757BC

Text Example


Text Example

White with #5757BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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