Html Css Color HEX #535C99 Governor Bay

📋 copy color: '#535C99'

red 83 ◦ green 92 ◦ blue 153

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

Shades of Governor Bay #535C99

Tints of Governor Bay #535C99

RGB

 RED value IS 83 (32.81% from 255) = 25.3%

 GREEN value IS 92 (36.33% from 255) = 28.05%

 BLUE value IS 153 (60.16% from 255) = 46.65%

R = 25.3%
G = 28.05%
B = 46.65%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#535C99 (or 0x535C99) is known color: Governor Bay. HEX triplet: 53, 5C and 99. RGB value is (83,92,153). Sum of RGB (Red+Green+Blue) = 83+92+153=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #535C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535C99 is #ACA366. Grayscale: #606060. Windows color (decimal): -11314023 or 10050643. OLE color: 10050643.

HSL color Cylindrical-coordinate representation of color #535C99: hue angle of 232.29º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #535C99 is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 83 92 153 -
CMYK 0.46 0.40 0 0.4
HSL 232.29º 0.3% 0.46% -
HSV(B) 232.29º 0.46% 0.6% -
XYZ 13.14 11.79 31.72 -
YUV 96.26 160.02 118.54 -
System Red Green Blue C M Y K H S L
Decimal 83 92 153 0.46 0.40 0 0.4 232.29 0.3 0.46
Hex 53 5C 99 2E 28 0 28 E8 1E 2E
Octal 123 134 231 56 50 0 50 350 36 56
Binary 1010011 1011100 10011001 101110 101000 0 101000 11101000 11110 101110

Color Harmonies of #535C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535C99

Black with #535C99

Text Example


Text Example

White with #535C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535C99; }

 p { color: rgb(83,92,153); }

 H1.HeaderClassName
 {
   color: #535C99;
 }
 .AnyTagClassName
 {
   color: #535C99;
 }
</style>

background-color css

<style>
 a { background-color: #535C99; }

 a { background-color: rgb(83,92,153); }

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

border-color css

<style>
 span { border-color: #535C99; }

 span { border-color: rgb(83,92,153); }

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