Html Css Color HEX #5B63BB Chetwode Blue

📋 copy color: '#5B63BB'

red 91 ◦ green 99 ◦ blue 187

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

Shades of Chetwode Blue #5B63BB

Tints of Chetwode Blue #5B63BB

RGB

 RED value IS 91 (35.94% from 255) = 24.14%

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

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

R = 24.14%
G = 26.26%
B = 49.6%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5B63BB (or 0x5B63BB) is known color: Chetwode Blue. HEX triplet: 5B, 63 and BB. RGB value is (91,99,187). Sum of RGB (Red+Green+Blue) = 91+99+187=377 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.14% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #5B63BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B63BB is #A49C44. Grayscale: #6A6A6A. Windows color (decimal): -10787909 or 12280667. OLE color: 12280667.

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

Color convert

RGB 91 99 187 -
CMYK 0.51 0.47 0 0.27
HSL 235º 0.41% 0.55% -
HSV(B) 235º 0.51% 0.73% -
XYZ 17.75 14.74 48.92 -
YUV 106.64 173.35 116.84 -
System Red Green Blue C M Y K H S L
Decimal 91 99 187 0.51 0.47 0 0.27 235 0.41 0.55
Hex 5B 63 BB 33 2F 0 1B EB 29 37
Octal 133 143 273 63 57 0 33 353 51 67
Binary 1011011 1100011 10111011 110011 101111 0 11011 11101011 101001 110111

Color Harmonies of #5B63BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B63BB

Black with #5B63BB

Text Example


Text Example

White with #5B63BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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