Html Css Color HEX #5A74BC Chetwode Blue

📋 copy color: '#5A74BC'

red 90 ◦ green 116 ◦ blue 188

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

Shades of Chetwode Blue #5A74BC

Tints of Chetwode Blue #5A74BC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.44%

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

R = 22.84%
G = 29.44%
B = 47.72%

CMYK

 C value IS 0.52

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5A74BC (or 0x5A74BC) is known color: Chetwode Blue. HEX triplet: 5A, 74 and BC. RGB value is (90,116,188). Sum of RGB (Red+Green+Blue) = 90+116+188=394 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.84% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #5A74BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A74BC is #A58B43. Grayscale: #747474. Windows color (decimal): -10849092 or 12350554. OLE color: 12350554.

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

Color convert

RGB 90 116 188 -
CMYK 0.52 0.38 0 0.26
HSL 224.08º 0.42% 0.55% -
HSV(B) 224.08º 0.52% 0.74% -
XYZ 19.54 18.3 50.08 -
YUV 116.43 168.39 109.15 -
System Red Green Blue C M Y K H S L
Decimal 90 116 188 0.52 0.38 0 0.26 224.08 0.42 0.55
Hex 5A 74 BC 34 26 0 1A E0 2A 37
Octal 132 164 274 64 46 0 32 340 52 67
Binary 1011010 1110100 10111100 110100 100110 0 11010 11100000 101010 110111

Color Harmonies of #5A74BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A74BC

Black with #5A74BC

Text Example


Text Example

White with #5A74BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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