Html Css Color HEX #355253 Oracle

📋 copy color: '#355253'

red 53 ◦ green 82 ◦ blue 83

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

Shades of Oracle #355253

Tints of Oracle #355253

RGB

 RED value IS 53 (21.09% from 255) = 24.31%

 GREEN value IS 82 (32.42% from 255) = 37.61%

 BLUE value IS 83 (32.81% from 255) = 38.07%

R = 24.31%
G = 37.61%
B = 38.07%

CMYK

 C value IS 0.36

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#355253 (or 0x355253) is known color: Oracle. HEX triplet: 35, 52 and 53. RGB value is (53,82,83). Sum of RGB (Red+Green+Blue) = 53+82+83=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 83 - color contains mainly: blue. Hex color #355253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355253 is #CAADAC. Grayscale: #494949. Windows color (decimal): -13282733 or 5460533. OLE color: 5460533.

HSL color Cylindrical-coordinate representation of color #355253: hue angle of 182º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #355253 is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 82 83 -
CMYK 0.36 0.01 0 0.67
HSL 182º 0.22% 0.27% -
HSV(B) 182º 0.36% 0.33% -
XYZ 6.05 7.42 9.3 -
YUV 73.44 133.39 113.42 -
System Red Green Blue C M Y K H S L
Decimal 53 82 83 0.36 0.01 0 0.67 182 0.22 0.27
Hex 35 52 53 24 1 0 43 B6 16 1B
Octal 65 122 123 44 1 0 103 266 26 33
Binary 110101 1010010 1010011 100100 1 0 1000011 10110110 10110 11011

Color Harmonies of #355253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355253

Black with #355253

Text Example


Text Example

White with #355253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355253; }

 p { color: rgb(53,82,83); }

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

background-color css

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

 a { background-color: rgb(53,82,83); }

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

border-color css

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

 span { border-color: rgb(53,82,83); }

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