Html Css Color HEX #5B65C9 Chetwode Blue

📋 copy color: '#5B65C9'

red 91 ◦ green 101 ◦ blue 201

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

Shades of Chetwode Blue #5B65C9

Tints of Chetwode Blue #5B65C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.15%

R = 23.16%
G = 25.7%
B = 51.15%

CMYK

 C value IS 0.55

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5B65C9 (or 0x5B65C9) is known color: Chetwode Blue. HEX triplet: 5B, 65 and C9. RGB value is (91,101,201). Sum of RGB (Red+Green+Blue) = 91+101+201=393 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.16% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 201 (78.91% from 255 or 51.15% from 393); Max value from RGB is 201 - color contains mainly: blue. Hex color #5B65C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B65C9 is #A49A36. Grayscale: #6D6D6D. Windows color (decimal): -10787383 or 13198683. OLE color: 13198683.

HSL color Cylindrical-coordinate representation of color #5B65C9: hue angle of 234.55º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B65C9 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 91 101 201 -
CMYK 0.55 0.50 0 0.21
HSL 234.55º 0.5% 0.57% -
HSV(B) 234.55º 0.55% 0.79% -
XYZ 19.51 15.75 57.27 -
YUV 109.41 179.69 114.87 -
System Red Green Blue C M Y K H S L
Decimal 91 101 201 0.55 0.50 0 0.21 234.55 0.5 0.57
Hex 5B 65 C9 37 32 0 15 EB 32 39
Octal 133 145 311 67 62 0 25 353 62 71
Binary 1011011 1100101 11001001 110111 110010 0 10101 11101011 110010 111001

Color Harmonies of #5B65C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B65C9

Black with #5B65C9

Text Example


Text Example

White with #5B65C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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