Html Css Color HEX #5B73BF Chetwode Blue

📋 copy color: '#5B73BF'

red 91 ◦ green 115 ◦ blue 191

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

Shades of Chetwode Blue #5B73BF

Tints of Chetwode Blue #5B73BF

RGB

 RED value IS 91 (35.94% from 255) = 22.92%

 GREEN value IS 115 (45.31% from 255) = 28.97%

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

R = 22.92%
G = 28.97%
B = 48.11%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5B73BF (or 0x5B73BF) is known color: Chetwode Blue. HEX triplet: 5B, 73 and BF. RGB value is (91,115,191). Sum of RGB (Red+Green+Blue) = 91+115+191=397 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.92% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #5B73BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B73BF is #A48C40. Grayscale: #747474. Windows color (decimal): -10783809 or 12546907. OLE color: 12546907.

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

Color convert

RGB 91 115 191 -
CMYK 0.52 0.40 0 0.25
HSL 225.6º 0.44% 0.55% -
HSV(B) 225.6º 0.52% 0.75% -
XYZ 19.85 18.25 51.77 -
YUV 116.49 170.05 109.82 -
System Red Green Blue C M Y K H S L
Decimal 91 115 191 0.52 0.40 0 0.25 225.6 0.44 0.55
Hex 5B 73 BF 34 28 0 19 E2 2C 37
Octal 133 163 277 64 50 0 31 342 54 67
Binary 1011011 1110011 10111111 110100 101000 0 11001 11100010 101100 110111

Color Harmonies of #5B73BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B73BF

Black with #5B73BF

Text Example


Text Example

White with #5B73BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B73BF; }

 p { color: rgb(91,115,191); }

 H1.HeaderClassName
 {
   color: #5B73BF;
 }
 .AnyTagClassName
 {
   color: #5B73BF;
 }
</style>

background-color css

<style>
 a { background-color: #5B73BF; }

 a { background-color: rgb(91,115,191); }

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

border-color css

<style>
 span { border-color: #5B73BF; }

 span { border-color: rgb(91,115,191); }

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