Html Css Color HEX #5E67B4 Chetwode Blue

📋 copy color: '#5E67B4'

red 94 ◦ green 103 ◦ blue 180

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

Shades of Chetwode Blue #5E67B4

Tints of Chetwode Blue #5E67B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 47.75%

R = 24.93%
G = 27.32%
B = 47.75%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5E67B4 (or 0x5E67B4) is known color: Chetwode Blue. HEX triplet: 5E, 67 and B4. RGB value is (94,103,180). Sum of RGB (Red+Green+Blue) = 94+103+180=377 (49% of max value = 765). Red value is 94 (37.11% from 255 or 24.93% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 180 (70.70% from 255 or 47.75% from 377); Max value from RGB is 180 - color contains mainly: blue. Hex color #5E67B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E67B4 is #A1984B. Grayscale: #6C6C6C. Windows color (decimal): -10590284 or 11822942. OLE color: 11822942.

HSL color Cylindrical-coordinate representation of color #5E67B4: hue angle of 233.72º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5E67B4 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 94 103 180 -
CMYK 0.48 0.43 0 0.29
HSL 233.72º 0.36% 0.54% -
HSV(B) 233.72º 0.48% 0.71% -
XYZ 17.7 15.38 45.21 -
YUV 109.09 168.02 117.24 -
System Red Green Blue C M Y K H S L
Decimal 94 103 180 0.48 0.43 0 0.29 233.72 0.36 0.54
Hex 5E 67 B4 30 2B 0 1D EA 24 36
Octal 136 147 264 60 53 0 35 352 44 66
Binary 1011110 1100111 10110100 110000 101011 0 11101 11101010 100100 110110

Color Harmonies of #5E67B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E67B4

Black with #5E67B4

Text Example


Text Example

White with #5E67B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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