Html Css Color HEX #5D6BCD Chetwode Blue

📋 copy color: '#5D6BCD'

red 93 ◦ green 107 ◦ blue 205

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

Shades of Chetwode Blue #5D6BCD

Tints of Chetwode Blue #5D6BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.62%

R = 22.96%
G = 26.42%
B = 50.62%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5D6BCD (or 0x5D6BCD) is known color: Chetwode Blue. HEX triplet: 5D, 6B and CD. RGB value is (93,107,205). Sum of RGB (Red+Green+Blue) = 93+107+205=405 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.96% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D6BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D6BCD is #A29432. Grayscale: #717171. Windows color (decimal): -10654771 or 13462365. OLE color: 13462365.

HSL color Cylindrical-coordinate representation of color #5D6BCD: hue angle of 232.5º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D6BCD is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 107 205 -
CMYK 0.55 0.48 0 0.20
HSL 232.5º 0.53% 0.58% -
HSV(B) 232.5º 0.55% 0.8% -
XYZ 20.79 17.25 59.99 -
YUV 113.99 179.36 113.03 -
System Red Green Blue C M Y K H S L
Decimal 93 107 205 0.55 0.48 0 0.20 232.5 0.53 0.58
Hex 5D 6B CD 37 30 0 14 E8 35 3A
Octal 135 153 315 67 60 0 24 350 65 72
Binary 1011101 1101011 11001101 110111 110000 0 10100 11101000 110101 111010

Color Harmonies of #5D6BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6BCD

Black with #5D6BCD

Text Example


Text Example

White with #5D6BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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