Html Css Color HEX #5D6CCD Chetwode Blue

📋 copy color: '#5D6CCD'

red 93 ◦ green 108 ◦ blue 205

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

Shades of Chetwode Blue #5D6CCD

Tints of Chetwode Blue #5D6CCD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.6%

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

R = 22.91%
G = 26.6%
B = 50.49%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5D6CCD (or 0x5D6CCD) is known color: Chetwode Blue. HEX triplet: 5D, 6C and CD. RGB value is (93,108,205). Sum of RGB (Red+Green+Blue) = 93+108+205=406 (53% of max value = 765). Red value is 93 (36.72% from 255 or 22.91% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D6CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D6CCD is #A29332. Grayscale: #727272. Windows color (decimal): -10654515 or 13462621. OLE color: 13462621.

HSL color Cylindrical-coordinate representation of color #5D6CCD: hue angle of 231.96º 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 #5D6CCD is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 108 205 -
CMYK 0.55 0.47 0 0.20
HSL 231.96º 0.53% 0.58% -
HSV(B) 231.96º 0.55% 0.8% -
XYZ 20.9 17.46 60.03 -
YUV 114.57 179.03 112.61 -
System Red Green Blue C M Y K H S L
Decimal 93 108 205 0.55 0.47 0 0.20 231.96 0.53 0.58
Hex 5D 6C CD 37 2F 0 14 E8 35 3A
Octal 135 154 315 67 57 0 24 350 65 72
Binary 1011101 1101100 11001101 110111 101111 0 10100 11101000 110101 111010

Color Harmonies of #5D6CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6CCD

Black with #5D6CCD

Text Example


Text Example

White with #5D6CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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