Html Css Color HEX #5D6CC4 Chetwode Blue

📋 copy color: '#5D6CC4'

red 93 ◦ green 108 ◦ blue 196

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

Shades of Chetwode Blue #5D6CC4

Tints of Chetwode Blue #5D6CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 49.37%

R = 23.43%
G = 27.2%
B = 49.37%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#5D6CC4 (or 0x5D6CC4) is known color: Chetwode Blue. HEX triplet: 5D, 6C and C4. RGB value is (93,108,196). Sum of RGB (Red+Green+Blue) = 93+108+196=397 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.43% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 196 (76.95% from 255 or 49.37% from 397); Max value from RGB is 196 - color contains mainly: blue. Hex color #5D6CC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D6CC4 is #A2933B. Grayscale: #717171. Windows color (decimal): -10654524 or 12872797. OLE color: 12872797.

HSL color Cylindrical-coordinate representation of color #5D6CC4: hue angle of 231.26º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D6CC4 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 93 108 196 -
CMYK 0.53 0.45 0 0.23
HSL 231.26º 0.47% 0.57% -
HSV(B) 231.26º 0.53% 0.77% -
XYZ 19.84 17.04 54.47 -
YUV 113.55 174.53 113.34 -
System Red Green Blue C M Y K H S L
Decimal 93 108 196 0.53 0.45 0 0.23 231.26 0.47 0.57
Hex 5D 6C C4 35 2D 0 17 E7 2F 39
Octal 135 154 304 65 55 0 27 347 57 71
Binary 1011101 1101100 11000100 110101 101101 0 10111 11100111 101111 111001

Color Harmonies of #5D6CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6CC4

Black with #5D6CC4

Text Example


Text Example

White with #5D6CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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