Html Css Color HEX #5D6BBB Chetwode Blue

📋 copy color: '#5D6BBB'

red 93 ◦ green 107 ◦ blue 187

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

Shades of Chetwode Blue #5D6BBB

Tints of Chetwode Blue #5D6BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.32%

R = 24.03%
G = 27.65%
B = 48.32%

CMYK

 C value IS 0.50

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5D6BBB (or 0x5D6BBB) is known color: Chetwode Blue. HEX triplet: 5D, 6B and BB. RGB value is (93,107,187). Sum of RGB (Red+Green+Blue) = 93+107+187=387 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.03% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #5D6BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D6BBB is #A29444. Grayscale: #6F6F6F. Windows color (decimal): -10654789 or 12282717. OLE color: 12282717.

HSL color Cylindrical-coordinate representation of color #5D6BBB: hue angle of 231.06º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D6BBB is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 107 187 -
CMYK 0.50 0.43 0 0.27
HSL 231.06º 0.41% 0.55% -
HSV(B) 231.06º 0.5% 0.73% -
XYZ 18.74 16.43 49.2 -
YUV 111.93 170.36 114.5 -
System Red Green Blue C M Y K H S L
Decimal 93 107 187 0.50 0.43 0 0.27 231.06 0.41 0.55
Hex 5D 6B BB 32 2B 0 1B E7 29 37
Octal 135 153 273 62 53 0 33 347 51 67
Binary 1011101 1101011 10111011 110010 101011 0 11011 11100111 101001 110111

Color Harmonies of #5D6BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6BBB

Black with #5D6BBB

Text Example


Text Example

White with #5D6BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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