Html Css Color HEX #535C8A Governor Bay

📋 copy color: '#535C8A'

red 83 ◦ green 92 ◦ blue 138

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

Shades of Governor Bay #535C8A

Tints of Governor Bay #535C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 44.09%

R = 26.52%
G = 29.39%
B = 44.09%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#535C8A (or 0x535C8A) is known color: Governor Bay. HEX triplet: 53, 5C and 8A. RGB value is (83,92,138). Sum of RGB (Red+Green+Blue) = 83+92+138=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 138 - color contains mainly: blue. Hex color #535C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535C8A is #ACA375. Grayscale: #5E5E5E. Windows color (decimal): -11314038 or 9067603. OLE color: 9067603.

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

Color convert

RGB 83 92 138 -
CMYK 0.40 0.33 0 0.46
HSL 230.18º 0.25% 0.43% -
HSV(B) 230.18º 0.4% 0.54% -
XYZ 11.98 11.33 25.6 -
YUV 94.55 152.52 119.76 -
System Red Green Blue C M Y K H S L
Decimal 83 92 138 0.40 0.33 0 0.46 230.18 0.25 0.43
Hex 53 5C 8A 28 21 0 2E E6 19 2B
Octal 123 134 212 50 41 0 56 346 31 53
Binary 1010011 1011100 10001010 101000 100001 0 101110 11100110 11001 101011

Color Harmonies of #535C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535C8A

Black with #535C8A

Text Example


Text Example

White with #535C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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