#5B74BF

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

Shades of Chetwode Blue #5B74BF

Tints of Chetwode Blue #5B74BF

Color information

#5B74BF (or 0x5B74BF) is unknown color: approx Chetwode Blue. HEX triplet: 5B, 74 and BF. RGB value is (91,116,191). Sum of RGB (Red+Green+Blue) = 91+116+191=398 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.86% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #5B74BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B74BF is #A48B40. Grayscale: #747474. Windows color (decimal): -10783553 or 12547163. OLE color: 12547163.

HSL color Cylindrical-coordinate representation of color #5B74BF: hue angle of 225º 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 #5B74BF is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB91116191-
CMYK0.520.3900.25
HSL225º43.86%55.29%-
HSV(B)225º52.36%74.9%-
XYZ19.9618.4851.8-
YUV117.08169.72109.4-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.86%
GREEN value IS 116 (45.70% from 255) = 29.15%
BLUE value IS 191 (75% from 255) = 47.99%
R=22.86%
G=29.15%
B=47.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal911161910.520.3900.2522543.8655.29
Hex5B74BF3427019e12c37
Octal13316427764470313415467
Binary101101111101001011111111010010011101100111100001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B74BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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