Html Css Color HEX #538698 Hippie Blue

📋 copy color: '#538698'

red 83 ◦ green 134 ◦ blue 152

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

Shades of Hippie Blue #538698

Tints of Hippie Blue #538698

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.31%

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

R = 22.49%
G = 36.31%
B = 41.19%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#538698 (or 0x538698) is known color: Hippie Blue. HEX triplet: 53, 86 and 98. RGB value is (83,134,152). Sum of RGB (Red+Green+Blue) = 83+134+152=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 152 - color contains mainly: blue. Hex color #538698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538698 is #AC7967. Grayscale: #787878. Windows color (decimal): -11303272 or 9995859. OLE color: 9995859.

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

Color convert

RGB 83 134 152 -
CMYK 0.45 0.12 0 0.40
HSL 195.65º 0.29% 0.46% -
HSV(B) 195.65º 0.45% 0.6% -
XYZ 17.76 21.16 32.85 -
YUV 120.8 145.6 101.04 -
System Red Green Blue C M Y K H S L
Decimal 83 134 152 0.45 0.12 0 0.40 195.65 0.29 0.46
Hex 53 86 98 2D C 0 28 C4 1D 2E
Octal 123 206 230 55 14 0 50 304 35 56
Binary 1010011 10000110 10011000 101101 1100 0 101000 11000100 11101 101110

Color Harmonies of #538698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538698

Black with #538698

Text Example


Text Example

White with #538698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538698; }

 p { color: rgb(83,134,152); }

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

background-color css

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

 a { background-color: rgb(83,134,152); }

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

border-color css

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

 span { border-color: rgb(83,134,152); }

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