Html Css Color HEX #5E63BB Chetwode Blue

📋 copy color: '#5E63BB'

red 94 ◦ green 99 ◦ blue 187

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

Shades of Chetwode Blue #5E63BB

Tints of Chetwode Blue #5E63BB

RGB

 RED value IS 94 (37.11% from 255) = 24.74%

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

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

R = 24.74%
G = 26.05%
B = 49.21%

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

#5E63BB (or 0x5E63BB) is known color: Chetwode Blue. HEX triplet: 5E, 63 and BB. RGB value is (94,99,187). Sum of RGB (Red+Green+Blue) = 94+99+187=380 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.74% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E63BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E63BB is #A19C44. Grayscale: #6B6B6B. Windows color (decimal): -10591301 or 12280670. OLE color: 12280670.

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

Color convert

RGB 94 99 187 -
CMYK 0.50 0.47 0 0.27
HSL 236.77º 0.41% 0.55% -
HSV(B) 236.77º 0.5% 0.73% -
XYZ 18.05 14.89 48.94 -
YUV 107.54 172.84 118.34 -
System Red Green Blue C M Y K H S L
Decimal 94 99 187 0.50 0.47 0 0.27 236.77 0.41 0.55
Hex 5E 63 BB 32 2F 0 1B ED 29 37
Octal 136 143 273 62 57 0 33 355 51 67
Binary 1011110 1100011 10111011 110010 101111 0 11011 11101101 101001 110111

Color Harmonies of #5E63BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E63BB

Black with #5E63BB

Text Example


Text Example

White with #5E63BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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