Html Css Color HEX #5B73AF Chetwode Blue

📋 copy color: '#5B73AF'

red 91 ◦ green 115 ◦ blue 175

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

Shades of Chetwode Blue #5B73AF

Tints of Chetwode Blue #5B73AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.93%

R = 23.88%
G = 30.18%
B = 45.93%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5B73AF (or 0x5B73AF) is known color: Chetwode Blue. HEX triplet: 5B, 73 and AF. RGB value is (91,115,175). Sum of RGB (Red+Green+Blue) = 91+115+175=381 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.88% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B73AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B73AF is #A48C50. Grayscale: #727272. Windows color (decimal): -10783825 or 11498331. OLE color: 11498331.

HSL color Cylindrical-coordinate representation of color #5B73AF: hue angle of 222.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B73AF is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 91 115 175 -
CMYK 0.48 0.34 0 0.31
HSL 222.86º 0.34% 0.52% -
HSV(B) 222.86º 0.48% 0.69% -
XYZ 18.18 17.58 42.99 -
YUV 114.66 162.05 111.12 -
System Red Green Blue C M Y K H S L
Decimal 91 115 175 0.48 0.34 0 0.31 222.86 0.34 0.52
Hex 5B 73 AF 30 22 0 1F DF 22 34
Octal 133 163 257 60 42 0 37 337 42 64
Binary 1011011 1110011 10101111 110000 100010 0 11111 11011111 100010 110100

Color Harmonies of #5B73AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B73AF

Black with #5B73AF

Text Example


Text Example

White with #5B73AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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