Html Css Color HEX #5861C1 Chetwode Blue

📋 copy color: '#5861C1'

red 88 ◦ green 97 ◦ blue 193

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

Shades of Chetwode Blue #5861C1

Tints of Chetwode Blue #5861C1

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.66%

 BLUE value IS 193 (75.78% from 255) = 51.06%

R = 23.28%
G = 25.66%
B = 51.06%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5861C1 (or 0x5861C1) is known color: Chetwode Blue. HEX triplet: 58, 61 and C1. RGB value is (88,97,193). Sum of RGB (Red+Green+Blue) = 88+97+193=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 193 (75.78% from 255 or 51.06% from 378); Max value from RGB is 193 - color contains mainly: blue. Hex color #5861C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5861C1 is #A79E3E. Grayscale: #686868. Windows color (decimal): -10985023 or 12673368. OLE color: 12673368.

HSL color Cylindrical-coordinate representation of color #5861C1: hue angle of 234.86º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5861C1 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 88 97 193 -
CMYK 0.54 0.50 0 0.24
HSL 234.86º 0.46% 0.55% -
HSV(B) 234.86º 0.54% 0.76% -
XYZ 17.92 14.47 52.3 -
YUV 105.25 177.52 115.69 -
System Red Green Blue C M Y K H S L
Decimal 88 97 193 0.54 0.50 0 0.24 234.86 0.46 0.55
Hex 58 61 C1 36 32 0 18 EB 2E 37
Octal 130 141 301 66 62 0 30 353 56 67
Binary 1011000 1100001 11000001 110110 110010 0 11000 11101011 101110 110111

Color Harmonies of #5861C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5861C1

Black with #5861C1

Text Example


Text Example

White with #5861C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5861C1; }

 p { color: rgb(88,97,193); }

 H1.HeaderClassName
 {
   color: #5861C1;
 }
 .AnyTagClassName
 {
   color: #5861C1;
 }
</style>

background-color css

<style>
 a { background-color: #5861C1; }

 a { background-color: rgb(88,97,193); }

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

border-color css

<style>
 span { border-color: #5861C1; }

 span { border-color: rgb(88,97,193); }

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