Html Css Color HEX #5E61BC Chetwode Blue

📋 copy color: '#5E61BC'

red 94 ◦ green 97 ◦ blue 188

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

Shades of Chetwode Blue #5E61BC

Tints of Chetwode Blue #5E61BC

RGB

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

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

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

R = 24.8%
G = 25.59%
B = 49.6%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E61BC (or 0x5E61BC) is known color: Chetwode Blue. HEX triplet: 5E, 61 and BC. RGB value is (94,97,188). Sum of RGB (Red+Green+Blue) = 94+97+188=379 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.80% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E61BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E61BC is #A19E43. Grayscale: #6A6A6A. Windows color (decimal): -10591812 or 12345694. OLE color: 12345694.

HSL color Cylindrical-coordinate representation of color #5E61BC: hue angle of 238.09º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E61BC is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 94 97 188 -
CMYK 0.50 0.48 0 0.26
HSL 238.09º 0.41% 0.55% -
HSV(B) 238.09º 0.5% 0.74% -
XYZ 17.97 14.56 49.44 -
YUV 106.48 174.01 119.1 -
System Red Green Blue C M Y K H S L
Decimal 94 97 188 0.50 0.48 0 0.26 238.09 0.41 0.55
Hex 5E 61 BC 32 30 0 1A EE 29 37
Octal 136 141 274 62 60 0 32 356 51 67
Binary 1011110 1100001 10111100 110010 110000 0 11010 11101110 101001 110111

Color Harmonies of #5E61BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E61BC

Black with #5E61BC

Text Example


Text Example

White with #5E61BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,97,188); }

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

background-color css

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

 a { background-color: rgb(94,97,188); }

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

border-color css

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

 span { border-color: rgb(94,97,188); }

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