Html Css Color HEX #599CC1 Shakespeare

📋 copy color: '#599CC1'

red 89 ◦ green 156 ◦ blue 193

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

Shades of Shakespeare #599CC1

Tints of Shakespeare #599CC1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.62%

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

R = 20.32%
G = 35.62%
B = 44.06%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#599CC1 (or 0x599CC1) is known color: Shakespeare. HEX triplet: 59, 9C and C1. RGB value is (89,156,193). Sum of RGB (Red+Green+Blue) = 89+156+193=438 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.32% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 193 - color contains mainly: blue. Hex color #599CC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599CC1 is #A6633E. Grayscale: #8B8B8B. Windows color (decimal): -10904383 or 12688473. OLE color: 12688473.

HSL color Cylindrical-coordinate representation of color #599CC1: hue angle of 201.35º 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 #599CC1 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 89 156 193 -
CMYK 0.54 0.19 0 0.24
HSL 201.35º 0.46% 0.55% -
HSV(B) 201.35º 0.54% 0.76% -
XYZ 25.63 29.75 54.84 -
YUV 140.19 157.8 91.49 -
System Red Green Blue C M Y K H S L
Decimal 89 156 193 0.54 0.19 0 0.24 201.35 0.46 0.55
Hex 59 9C C1 36 13 0 18 C9 2E 37
Octal 131 234 301 66 23 0 30 311 56 67
Binary 1011001 10011100 11000001 110110 10011 0 11000 11001001 101110 110111

Color Harmonies of #599CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599CC1

Black with #599CC1

Text Example


Text Example

White with #599CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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