Html Css Color HEX #5C6398 Governor Bay

📋 copy color: '#5C6398'

red 92 ◦ green 99 ◦ blue 152

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

Shades of Governor Bay #5C6398

Tints of Governor Bay #5C6398

RGB

 RED value IS 92 (36.33% from 255) = 26.82%

 GREEN value IS 99 (39.06% from 255) = 28.86%

 BLUE value IS 152 (59.77% from 255) = 44.31%

R = 26.82%
G = 28.86%
B = 44.31%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5C6398 (or 0x5C6398) is known color: Governor Bay. HEX triplet: 5C, 63 and 98. RGB value is (92,99,152). Sum of RGB (Red+Green+Blue) = 92+99+152=343 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.82% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 152 - color contains mainly: blue. Hex color #5C6398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6398 is #A39C67. Grayscale: #666666. Windows color (decimal): -10722408 or 9986908. OLE color: 9986908.

HSL color Cylindrical-coordinate representation of color #5C6398: hue angle of 233º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C6398 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 92 99 152 -
CMYK 0.39 0.35 0 0.40
HSL 233º 0.25% 0.48% -
HSV(B) 233º 0.39% 0.6% -
XYZ 14.54 13.47 31.54 -
YUV 102.95 155.68 120.19 -
System Red Green Blue C M Y K H S L
Decimal 92 99 152 0.39 0.35 0 0.40 233 0.25 0.48
Hex 5C 63 98 27 23 0 28 E9 19 30
Octal 134 143 230 47 43 0 50 351 31 60
Binary 1011100 1100011 10011000 100111 100011 0 101000 11101001 11001 110000

Color Harmonies of #5C6398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6398

Black with #5C6398

Text Example


Text Example

White with #5C6398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,99,152); }

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

background-color css

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

 a { background-color: rgb(92,99,152); }

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

border-color css

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

 span { border-color: rgb(92,99,152); }

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