#5B76AF

Color #5B76AF Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #5B76AF

Tints of Chetwode Blue #5B76AF

Color information

#5B76AF (or 0x5B76AF) is unknown color: approx Chetwode Blue. HEX triplet: 5B, 76 and AF. RGB value is (91,118,175). Sum of RGB (Red+Green+Blue) = 91+118+175=384 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.70% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B76AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B76AF is #A48950. Grayscale: #747474. Windows color (decimal): -10783057 or 11499099. OLE color: 11499099.

HSL color Cylindrical-coordinate representation of color #5B76AF: hue angle of 220.71º 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 #5B76AF is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB91118175-
CMYK0.480.3300.31
HSL220.71º34.43%52.16%-
HSV(B)220.71º48%68.63%-
XYZ18.5318.2843.11-
YUV116.42161.05109.87-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.70%
GREEN value IS 118 (46.48% from 255) = 30.73%
BLUE value IS 175 (68.75% from 255) = 45.57%
R=23.70%
G=30.73%
B=45.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal911181750.480.3300.31220.7134.4352.16
Hex5B76AF302101Fdd2234
Octal13316625760410373354264
Binary101101111101101010111111000010000101111111011101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B76AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B76AF;
 }
 .AnyTagClassName
 {
   color: #5B76AF;
 }
</style>
background-color css

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

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

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

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

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

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