Html Css Color HEX #5763B8 Rich Blue

📋 copy color: '#5763B8'

red 87 ◦ green 99 ◦ blue 184

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

Shades of Rich Blue #5763B8

Tints of Rich Blue #5763B8

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.76%

 BLUE value IS 184 (72.27% from 255) = 49.73%

R = 23.51%
G = 26.76%
B = 49.73%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#5763B8 (or 0x5763B8) is known color: Rich Blue. HEX triplet: 57, 63 and B8. RGB value is (87,99,184). Sum of RGB (Red+Green+Blue) = 87+99+184=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 184 (72.27% from 255 or 49.73% from 370); Max value from RGB is 184 - color contains mainly: blue. Hex color #5763B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5763B8 is #A89C47. Grayscale: #686868. Windows color (decimal): -11050056 or 12084055. OLE color: 12084055.

HSL color Cylindrical-coordinate representation of color #5763B8: hue angle of 232.58º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5763B8 is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 87 99 184 -
CMYK 0.53 0.46 0 0.28
HSL 232.58º 0.41% 0.53% -
HSV(B) 232.58º 0.53% 0.72% -
XYZ 17.04 14.41 47.23 -
YUV 105.1 172.52 115.09 -
System Red Green Blue C M Y K H S L
Decimal 87 99 184 0.53 0.46 0 0.28 232.58 0.41 0.53
Hex 57 63 B8 35 2E 0 1C E9 29 35
Octal 127 143 270 65 56 0 34 351 51 65
Binary 1010111 1100011 10111000 110101 101110 0 11100 11101001 101001 110101

Color Harmonies of #5763B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5763B8

Black with #5763B8

Text Example


Text Example

White with #5763B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5763B8; }

 p { color: rgb(87,99,184); }

 H1.HeaderClassName
 {
   color: #5763B8;
 }
 .AnyTagClassName
 {
   color: #5763B8;
 }
</style>

background-color css

<style>
 a { background-color: #5763B8; }

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

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

border-color css

<style>
 span { border-color: #5763B8; }

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

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