#5b6acf

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

Shades of Chetwode Blue #5B6ACF

Tints of Chetwode Blue #5B6ACF

Color information

#5B6ACF (or 0x5B6ACF) is unknown color: approx Chetwode Blue. HEX triplet: 5B, 6A and CF. RGB value is (91,106,207). Sum of RGB (Red+Green+Blue) = 91+106+207=404 (53% of max value = 765). Red value is 91 (35.94% from 255 or 22.52% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B6ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6ACF is #A49530. Grayscale: #707070. Windows color (decimal): -10786097 or 13593179. OLE color: 13593179.

HSL color Cylindrical-coordinate representation of color #5B6ACF: hue angle of 232.24º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B6ACF is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB91106207-
CMYK0.560.4900.19
HSL232.24º54.72%58.43%-
HSV(B)232.24º56.04%81.18%-
XYZ20.7317.0461.23-
YUV113.03181.03112.29-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.52%
GREEN value IS 106 (41.80% from 255) = 26.24%
BLUE value IS 207 (81.25% from 255) = 51.24%
R=22.52%
G=26.24%
B=51.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal911062070.560.4900.19232.2454.7258.43
Hex5B6ACF3831013e8373a
Octal13315231770610233506772
Binary101101111010101100111111100011000101001111101000110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b6acf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,106,207); }

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

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

 a { background-color: rgb(91,106,207); }

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

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

 span { border-color: rgb(91,106,207); }

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