Html Css Color HEX #5B65B3 Chetwode Blue

📋 copy color: '#5B65B3'

red 91 ◦ green 101 ◦ blue 179

#5B65B3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #5B65B3

Tints of Chetwode Blue #5B65B3

RGB

 RED value IS 91 (35.94% from 255) = 24.53%

 GREEN value IS 101 (39.84% from 255) = 27.22%

 BLUE value IS 179 (70.31% from 255) = 48.25%

R = 24.53%
G = 27.22%
B = 48.25%

CMYK

 C value IS 0.49

 M value IS 0.44

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5B65B3 (or 0x5B65B3) is known color: Chetwode Blue. HEX triplet: 5B, 65 and B3. RGB value is (91,101,179). Sum of RGB (Red+Green+Blue) = 91+101+179=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #5B65B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B65B3 is #A49A4C. Grayscale: #6A6A6A. Windows color (decimal): -10787405 or 11756891. OLE color: 11756891.

HSL color Cylindrical-coordinate representation of color #5B65B3: hue angle of 233.18º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5B65B3 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 91 101 179 -
CMYK 0.49 0.44 0 0.30
HSL 233.18º 0.37% 0.53% -
HSV(B) 233.18º 0.49% 0.7% -
XYZ 17.1 14.79 44.6 -
YUV 106.9 168.69 116.66 -
System Red Green Blue C M Y K H S L
Decimal 91 101 179 0.49 0.44 0 0.30 233.18 0.37 0.53
Hex 5B 65 B3 31 2C 0 1E E9 25 35
Octal 133 145 263 61 54 0 36 351 45 65
Binary 1011011 1100101 10110011 110001 101100 0 11110 11101001 100101 110101

Color Harmonies of #5B65B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B65B3

Black with #5B65B3

Text Example


Text Example

White with #5B65B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B65B3;
 }
 .AnyTagClassName
 {
   color: #5B65B3;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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