Html Css Color HEX #5D6BC9 Chetwode Blue

📋 copy color: '#5D6BC9'

red 93 ◦ green 107 ◦ blue 201

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

Shades of Chetwode Blue #5D6BC9

Tints of Chetwode Blue #5D6BC9

RGB

 RED value IS 93 (36.72% from 255) = 23.19%

 GREEN value IS 107 (42.19% from 255) = 26.68%

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

R = 23.19%
G = 26.68%
B = 50.12%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5D6BC9 (or 0x5D6BC9) is known color: Chetwode Blue. HEX triplet: 5D, 6B and C9. RGB value is (93,107,201). Sum of RGB (Red+Green+Blue) = 93+107+201=401 (53% of max value = 765). Red value is 93 (36.72% from 255 or 23.19% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 201 (78.91% from 255 or 50.12% from 401); Max value from RGB is 201 - color contains mainly: blue. Hex color #5D6BC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D6BC9 is #A29436. Grayscale: #717171. Windows color (decimal): -10654775 or 13200221. OLE color: 13200221.

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

Color convert

RGB 93 107 201 -
CMYK 0.54 0.47 0 0.21
HSL 232.22º 0.5% 0.58% -
HSV(B) 232.22º 0.54% 0.79% -
XYZ 20.31 17.06 57.48 -
YUV 113.53 177.36 113.36 -
System Red Green Blue C M Y K H S L
Decimal 93 107 201 0.54 0.47 0 0.21 232.22 0.5 0.58
Hex 5D 6B C9 36 2F 0 15 E8 32 3A
Octal 135 153 311 66 57 0 25 350 62 72
Binary 1011101 1101011 11001001 110110 101111 0 10101 11101000 110010 111010

Color Harmonies of #5D6BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6BC9

Black with #5D6BC9

Text Example


Text Example

White with #5D6BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,107,201); }

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

background-color css

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

 a { background-color: rgb(93,107,201); }

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

border-color css

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

 span { border-color: rgb(93,107,201); }

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