Html Css Color HEX #5D63BB Chetwode Blue

📋 copy color: '#5D63BB'

red 93 ◦ green 99 ◦ blue 187

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

Shades of Chetwode Blue #5D63BB

Tints of Chetwode Blue #5D63BB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.12%

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

R = 24.54%
G = 26.12%
B = 49.34%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5D63BB (or 0x5D63BB) is known color: Chetwode Blue. HEX triplet: 5D, 63 and BB. RGB value is (93,99,187). Sum of RGB (Red+Green+Blue) = 93+99+187=379 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.54% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #5D63BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D63BB is #A29C44. Grayscale: #6A6A6A. Windows color (decimal): -10656837 or 12280669. OLE color: 12280669.

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

Color convert

RGB 93 99 187 -
CMYK 0.50 0.47 0 0.27
HSL 236.17º 0.41% 0.55% -
HSV(B) 236.17º 0.5% 0.73% -
XYZ 17.95 14.84 48.93 -
YUV 107.24 173.01 117.84 -
System Red Green Blue C M Y K H S L
Decimal 93 99 187 0.50 0.47 0 0.27 236.17 0.41 0.55
Hex 5D 63 BB 32 2F 0 1B EC 29 37
Octal 135 143 273 62 57 0 33 354 51 67
Binary 1011101 1100011 10111011 110010 101111 0 11011 11101100 101001 110111

Color Harmonies of #5D63BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D63BB

Black with #5D63BB

Text Example


Text Example

White with #5D63BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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