Html Css Color HEX #596CC1 Chetwode Blue

📋 copy color: '#596CC1'

red 89 ◦ green 108 ◦ blue 193

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

Shades of Chetwode Blue #596CC1

Tints of Chetwode Blue #596CC1

RGB

 RED value IS 89 (35.16% from 255) = 22.82%

 GREEN value IS 108 (42.58% from 255) = 27.69%

 BLUE value IS 193 (75.78% from 255) = 49.49%

R = 22.82%
G = 27.69%
B = 49.49%

CMYK

 C value IS 0.54

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#596CC1 (or 0x596CC1) is known color: Chetwode Blue. HEX triplet: 59, 6C and C1. RGB value is (89,108,193). Sum of RGB (Red+Green+Blue) = 89+108+193=390 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.82% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #596CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596CC1 is #A6933E. Grayscale: #6F6F6F. Windows color (decimal): -10916671 or 12676185. OLE color: 12676185.

HSL color Cylindrical-coordinate representation of color #596CC1: hue angle of 229.04º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #596CC1 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 89 108 193 -
CMYK 0.54 0.44 0 0.24
HSL 229.04º 0.46% 0.55% -
HSV(B) 229.04º 0.54% 0.76% -
XYZ 19.11 16.7 52.67 -
YUV 112.01 173.71 111.59 -
System Red Green Blue C M Y K H S L
Decimal 89 108 193 0.54 0.44 0 0.24 229.04 0.46 0.55
Hex 59 6C C1 36 2C 0 18 E5 2E 37
Octal 131 154 301 66 54 0 30 345 56 67
Binary 1011001 1101100 11000001 110110 101100 0 11000 11100101 101110 110111

Color Harmonies of #596CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596CC1

Black with #596CC1

Text Example


Text Example

White with #596CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #596CC1; }

 p { color: rgb(89,108,193); }

 H1.HeaderClassName
 {
   color: #596CC1;
 }
 .AnyTagClassName
 {
   color: #596CC1;
 }
</style>

background-color css

<style>
 a { background-color: #596CC1; }

 a { background-color: rgb(89,108,193); }

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

border-color css

<style>
 span { border-color: #596CC1; }

 span { border-color: rgb(89,108,193); }

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