Html Css Color HEX #538A9B Hippie Blue

📋 copy color: '#538A9B'

red 83 ◦ green 138 ◦ blue 155

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

Shades of Hippie Blue #538A9B

Tints of Hippie Blue #538A9B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.7%

 BLUE value IS 155 (60.94% from 255) = 41.22%

R = 22.07%
G = 36.7%
B = 41.22%

CMYK

 C value IS 0.46

 M value IS 0.11

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#538A9B (or 0x538A9B) is known color: Hippie Blue. HEX triplet: 53, 8A and 9B. RGB value is (83,138,155). Sum of RGB (Red+Green+Blue) = 83+138+155=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #538A9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538A9B is #AC7564. Grayscale: #7B7B7B. Windows color (decimal): -11302245 or 10193491. OLE color: 10193491.

HSL color Cylindrical-coordinate representation of color #538A9B: hue angle of 194.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #538A9B is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 138 155 -
CMYK 0.46 0.11 0 0.39
HSL 194.17º 0.3% 0.47% -
HSV(B) 194.17º 0.46% 0.61% -
XYZ 18.57 22.38 34.35 -
YUV 123.49 145.78 99.12 -
System Red Green Blue C M Y K H S L
Decimal 83 138 155 0.46 0.11 0 0.39 194.17 0.3 0.47
Hex 53 8A 9B 2E B 0 27 C2 1E 2F
Octal 123 212 233 56 13 0 47 302 36 57
Binary 1010011 10001010 10011011 101110 1011 0 100111 11000010 11110 101111

Color Harmonies of #538A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538A9B

Black with #538A9B

Text Example


Text Example

White with #538A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538A9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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