Html Css Color HEX #5B63BC Chetwode Blue

📋 copy color: '#5B63BC'

red 91 ◦ green 99 ◦ blue 188

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

Shades of Chetwode Blue #5B63BC

Tints of Chetwode Blue #5B63BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.74%

R = 24.07%
G = 26.19%
B = 49.74%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5B63BC (or 0x5B63BC) is known color: Chetwode Blue. HEX triplet: 5B, 63 and BC. RGB value is (91,99,188). Sum of RGB (Red+Green+Blue) = 91+99+188=378 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.07% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B63BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B63BC is #A49C43. Grayscale: #6A6A6A. Windows color (decimal): -10787908 or 12346203. OLE color: 12346203.

HSL color Cylindrical-coordinate representation of color #5B63BC: hue angle of 235.05º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B63BC is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 91 99 188 -
CMYK 0.52 0.47 0 0.26
HSL 235.05º 0.42% 0.55% -
HSV(B) 235.05º 0.52% 0.74% -
XYZ 17.85 14.78 49.49 -
YUV 106.75 173.85 116.76 -
System Red Green Blue C M Y K H S L
Decimal 91 99 188 0.52 0.47 0 0.26 235.05 0.42 0.55
Hex 5B 63 BC 34 2F 0 1A EB 2A 37
Octal 133 143 274 64 57 0 32 353 52 67
Binary 1011011 1100011 10111100 110100 101111 0 11010 11101011 101010 110111

Color Harmonies of #5B63BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B63BC

Black with #5B63BC

Text Example


Text Example

White with #5B63BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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