Html Css Color HEX #5A67BC Chetwode Blue

📋 copy color: '#5A67BC'

red 90 ◦ green 103 ◦ blue 188

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

Shades of Chetwode Blue #5A67BC

Tints of Chetwode Blue #5A67BC

RGB

 RED value IS 90 (35.55% from 255) = 23.62%

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

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

R = 23.62%
G = 27.03%
B = 49.34%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5A67BC (or 0x5A67BC) is known color: Chetwode Blue. HEX triplet: 5A, 67 and BC. RGB value is (90,103,188). Sum of RGB (Red+Green+Blue) = 90+103+188=381 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.62% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A67BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A67BC is #A59843. Grayscale: #6C6C6C. Windows color (decimal): -10852420 or 12347226. OLE color: 12347226.

HSL color Cylindrical-coordinate representation of color #5A67BC: hue angle of 232.04º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A67BC is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 103 188 -
CMYK 0.52 0.45 0 0.26
HSL 232.04º 0.42% 0.55% -
HSV(B) 232.04º 0.52% 0.74% -
XYZ 18.14 15.51 49.61 -
YUV 108.8 172.69 114.59 -
System Red Green Blue C M Y K H S L
Decimal 90 103 188 0.52 0.45 0 0.26 232.04 0.42 0.55
Hex 5A 67 BC 34 2D 0 1A E8 2A 37
Octal 132 147 274 64 55 0 32 350 52 67
Binary 1011010 1100111 10111100 110100 101101 0 11010 11101000 101010 110111

Color Harmonies of #5A67BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A67BC

Black with #5A67BC

Text Example


Text Example

White with #5A67BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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