#5B65B1

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

Shades of Chetwode Blue #5B65B1

Tints of Chetwode Blue #5B65B1

Color information

#5B65B1 (or 0x5B65B1) is unknown color: approx Chetwode Blue. HEX triplet: 5B, 65 and B1. RGB value is (91,101,177). Sum of RGB (Red+Green+Blue) = 91+101+177=369 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.66% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 177 (69.53% from 255 or 47.97% from 369); Max value from RGB is 177 - color contains mainly: blue. Hex color #5B65B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B65B1 is #A49A4E. Grayscale: #6A6A6A. Windows color (decimal): -10787407 or 11625819. OLE color: 11625819.

HSL color Cylindrical-coordinate representation of color #5B65B1: hue angle of 233.02º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5B65B1 is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB91101177-
CMYK0.490.4300.31
HSL233.02º35.54%52.55%-
HSV(B)233.02º48.59%69.41%-
XYZ16.914.7143.54-
YUV106.67167.69116.82-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.66%
GREEN value IS 101 (39.84% from 255) = 27.37%
BLUE value IS 177 (69.53% from 255) = 47.97%
R=24.66%
G=27.37%
B=47.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal911011770.490.4300.31233.0235.5452.55
Hex5B65B1312B01Fe92435
Octal13314526161530373514465
Binary101101111001011011000111000110101101111111101001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B65B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,101,177); }

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

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

 a { background-color: rgb(91,101,177); }

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

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

 span { border-color: rgb(91,101,177); }

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