Html Css Color HEX #5863BA Chetwode Blue

📋 copy color: '#5863BA'

red 88 ◦ green 99 ◦ blue 186

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

Shades of Chetwode Blue #5863BA

Tints of Chetwode Blue #5863BA

RGB

 RED value IS 88 (34.77% from 255) = 23.59%

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

 BLUE value IS 186 (73.05% from 255) = 49.87%

R = 23.59%
G = 26.54%
B = 49.87%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5863BA (or 0x5863BA) is known color: Chetwode Blue. HEX triplet: 58, 63 and BA. RGB value is (88,99,186). Sum of RGB (Red+Green+Blue) = 88+99+186=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #5863BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5863BA is #A79C45. Grayscale: #696969. Windows color (decimal): -10984518 or 12215128. OLE color: 12215128.

HSL color Cylindrical-coordinate representation of color #5863BA: hue angle of 233.27º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5863BA is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 99 186 -
CMYK 0.53 0.47 0 0.27
HSL 233.27º 0.42% 0.54% -
HSV(B) 233.27º 0.53% 0.73% -
XYZ 17.35 14.54 48.35 -
YUV 105.63 173.36 115.43 -
System Red Green Blue C M Y K H S L
Decimal 88 99 186 0.53 0.47 0 0.27 233.27 0.42 0.54
Hex 58 63 BA 35 2F 0 1B E9 2A 36
Octal 130 143 272 65 57 0 33 351 52 66
Binary 1011000 1100011 10111010 110101 101111 0 11011 11101001 101010 110110

Color Harmonies of #5863BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5863BA

Black with #5863BA

Text Example


Text Example

White with #5863BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5863BA; }

 p { color: rgb(88,99,186); }

 H1.HeaderClassName
 {
   color: #5863BA;
 }
 .AnyTagClassName
 {
   color: #5863BA;
 }
</style>

background-color css

<style>
 a { background-color: #5863BA; }

 a { background-color: rgb(88,99,186); }

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

border-color css

<style>
 span { border-color: #5863BA; }

 span { border-color: rgb(88,99,186); }

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