#5b71b0

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

Shades of Chetwode Blue #5B71B0

Tints of Chetwode Blue #5B71B0

Color information

#5B71B0 (or 0x5B71B0) is unknown color: approx Chetwode Blue. HEX triplet: 5B, 71 and B0. RGB value is (91,113,176). Sum of RGB (Red+Green+Blue) = 91+113+176=380 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.95% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 176 (69.14% from 255 or 46.32% from 380); Max value from RGB is 176 - color contains mainly: blue. Hex color #5B71B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B71B0 is #A48E4F. Grayscale: #717171. Windows color (decimal): -10784336 or 11563355. OLE color: 11563355.

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

Color convert

RGB91113176-
CMYK0.480.3600.31
HSL224.47º34.98%52.35%-
HSV(B)224.47º48.3%69.02%-
XYZ18.0617.1743.44-
YUV113.6163.21111.88-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.95%
GREEN value IS 113 (44.53% from 255) = 29.74%
BLUE value IS 176 (69.14% from 255) = 46.32%
R=23.95%
G=29.74%
B=46.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal911131760.480.3600.31224.4734.9852.35
Hex5B71B0302401Fe02334
Octal13316126060440373404364
Binary101101111100011011000011000010010001111111100000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b71b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,113,176); }

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

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

 a { background-color: rgb(91,113,176); }

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

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

 span { border-color: rgb(91,113,176); }

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