Html Css Color HEX #5E67BC Chetwode Blue

📋 copy color: '#5E67BC'

red 94 ◦ green 103 ◦ blue 188

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

Shades of Chetwode Blue #5E67BC

Tints of Chetwode Blue #5E67BC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.75%

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

R = 24.42%
G = 26.75%
B = 48.83%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E67BC (or 0x5E67BC) is known color: Chetwode Blue. HEX triplet: 5E, 67 and BC. RGB value is (94,103,188). Sum of RGB (Red+Green+Blue) = 94+103+188=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E67BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E67BC is #A19843. Grayscale: #6D6D6D. Windows color (decimal): -10590276 or 12347230. OLE color: 12347230.

HSL color Cylindrical-coordinate representation of color #5E67BC: hue angle of 234.26º 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 #5E67BC is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 94 103 188 -
CMYK 0.50 0.45 0 0.26
HSL 234.26º 0.41% 0.55% -
HSV(B) 234.26º 0.5% 0.74% -
XYZ 18.54 15.71 49.63 -
YUV 110 172.02 116.59 -
System Red Green Blue C M Y K H S L
Decimal 94 103 188 0.50 0.45 0 0.26 234.26 0.41 0.55
Hex 5E 67 BC 32 2D 0 1A EA 29 37
Octal 136 147 274 62 55 0 32 352 51 67
Binary 1011110 1100111 10111100 110010 101101 0 11010 11101010 101001 110111

Color Harmonies of #5E67BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E67BC

Black with #5E67BC

Text Example


Text Example

White with #5E67BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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